From c1453cc0d8a6e144114531cff830cf826c5f4fef Mon Sep 17 00:00:00 2001 From: khai96_ Date: Wed, 6 May 2020 19:51:44 +0700 Subject: [PATCH] Consistent descriptions --- README.md | 4 ++-- action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18291a6..a4059f8 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/action.yml b/action.yml index ff25cee..b501293 100644 --- a/action.yml +++ b/action.yml @@ -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.'