a7d-corp/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
- Scorecard 0–2scored Jul 13, 2026
- Maintenance Recency
- Maintainedlast commit Jul 18, 2025
- License
- None
Pinned Snippet
uses: a7d-corp/action-build-aur-package@f076d0f9066d4542be686a46077461ba4f531a45 # v0.2.0tags 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 |