archlinux-downgrade/AUR Publish
Publish an update to an existing AUR package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package | Name of the AUR package to publish | yes | — |
| version | Updated `pkgver` to set in the PKGBUILD | yes | — |
| release | Updated `pkgrel` to set in the PKGBUILD | — | 1 |
| git-email | `git user.email` to set before comitting | — | ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com |
| git-username | `git user.name` to set before committing | — | ${{ github.actor }} |
| publish | Actually publish? | — | true |
| sed | Additional `sed` expression to run on the PKGBUILD before committing | — | "" |
Outputs
no outputs