File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Publish AUR packages
22
3- This action can publish an AUR package.
3+ GitHub Actions to publish AUR package.
44
55## Inputs
66
77### ` pkgname `
88
9- ** Required** The AUR package name you want to update .
9+ ** Required** AUR package name.
1010
1111### ` pkgbuild `
1212
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ inputs:
1313 description : ' Path to PKGBUILD file'
1414 required : true
1515 commit_username :
16- description : ' The username to use when creating the new commit. '
16+ description : ' The username to use when creating the new commit'
1717 required : true
1818 commit_email :
19- description : ' The email to use when creating the new commit. '
19+ description : ' The email to use when creating the new commit'
2020 required : true
2121 ssh_private_key :
2222 description : ' Your private key with access to AUR package.'
You can’t perform that action at this time.
0 commit comments