heyhusen/Push changes to AUR action
GitHub Action to push changes to AUR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 9, 2022
- License
- MIT
Pinned Snippet
uses: heyhusen/push-aur-action@8f0d63bae0adce6d1310e7866b9f5e5880eb5b34 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Location for this action to run. | no | "" |
| pkgname | AUR package / repository name | yes | — |
| git_username | The user name for git config | yes | — |
| git_email | The user email for git config | yes | — |
| private_ssh_key | Your private ssh key with access to AUR repository. | yes | — |
| ssh_keyscan_types | Comma-separated list of keyscan types to use when adding aur.archlinux.org to known hosts | no | rsa,dsa,ecdsa,ed25519 |
| push | Leave this false will disable push command, useful if you only want to test the SSH connection. | no | true |
| force | Use --force when push to AUR. | no | true |
Outputs
no outputs