Skip to content

Commit

Permalink
Consistent descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 6, 2020
1 parent 1a83834 commit c1453cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Publish AUR packages

This action can publish an AUR package.
GitHub Actions to publish AUR package.

## Inputs

### `pkgname`

**Required** The AUR package name you want to update.
**Required** AUR package name.

### `pkgbuild`

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ inputs:
description: 'Path to PKGBUILD file'
required: true
commit_username:
description: 'The username to use when creating the new commit.'
description: 'The username to use when creating the new commit'
required: true
commit_email:
description: 'The email to use when creating the new commit.'
description: 'The email to use when creating the new commit'
required: true
ssh_private_key:
description: 'Your private key with access to AUR package.'
Expand Down

0 comments on commit c1453cc

Please sign in to comment.