actions-marketplace-validations/Build AUR package & push to the AUR
Build an AUR package, test it and optionally push to the AUR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 18, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/a7d-corp_action-build-aur-package@1aa08a392dc50fc6dd404229b1f63cb1441ac78b # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| additionalPackages | Space-separated list of additional packages to install | no | "" |
| pushToAur | Push changes to the AUR | no | false |
| workdir | The directory to work in | no | ./ |
Outputs
| name | description |
|---|---|
| aurPackageName | The AUR package name |
| aurUpdated | Boolean if the AUR package was updated |
| currentVersion | The current AUR version |
| latestVersion | The latest available version |