actions-marketplace-validations/Publish AUR package
Publish an AUR package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pkgname | AUR package name | yes | — |
| pkgbuild | Path to PKGBUILD file | yes | — |
| assets | Newline-separated glob patterns for additional files to be added to the AUR repository | no | "" |
| updpkgsums | Update checksums using `updpkgsums` | no | false |
| test | Check that PKGBUILD could be built | no | false |
| test_flags | Command line flags for makepkg to build the package (if `test` is enabled) | no | --clean --cleanbuild --nodeps |
| post_process | A line of commands to execute after processing the package | no | "" |
| commit_username | The username to use when creating the new commit | yes | — |
| commit_email | The email to use when creating the new commit | yes | — |
| ssh_private_key | Your private key with access to AUR package. | yes | — |
| commit_message | Commit message to use when creating the new commit | no | Update PKGBUILD and .SRCINFO with GitHub Actions |
| allow_empty_commits | Allow empty commits, i.e. commits with no change. | no | false |
| force_push | Use --force when push to the AUR. | no | false |
| ssh_keyscan_types | Comma-separated list of types to use when adding aur.archlinux.org to known hosts | no | rsa,ecdsa,ed25519 |
Outputs
no outputs