Skip to content

Commit c1453cc

Browse files
committed
Consistent descriptions
1 parent 1a83834 commit c1453cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.'

0 commit comments

Comments
 (0)