File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Publish AUR packages
2
2
3
- This action can publish an AUR package.
3
+ GitHub Actions to publish AUR package.
4
4
5
5
## Inputs
6
6
7
7
### ` pkgname `
8
8
9
- ** Required** The AUR package name you want to update .
9
+ ** Required** AUR package name.
10
10
11
11
### ` pkgbuild `
12
12
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ inputs:
13
13
description : ' Path to PKGBUILD file'
14
14
required : true
15
15
commit_username :
16
- description : ' The username to use when creating the new commit. '
16
+ description : ' The username to use when creating the new commit'
17
17
required : true
18
18
commit_email :
19
- description : ' The email to use when creating the new commit. '
19
+ description : ' The email to use when creating the new commit'
20
20
required : true
21
21
ssh_private_key :
22
22
description : ' Your private key with access to AUR package.'
You can’t perform that action at this time.
0 commit comments