diff --git a/README.md b/README.md index 5ac18ab..db3b80f 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,19 @@ GitHub action to build a package, analyze it with `namcap`, and output the packa This action supports PKGBUILDs that have AUR dependencies. ## Table of contents - - [Inputs and outputs ](#inputs-and-outputs--) + - [Inputs and outputs ](#inputs-and-outputs-) - [Usage ](#usage-) - [Contributing ](#contributing-) - [License ](#license-) ## Inputs and outputs ### Inputs: -* `pkgDir`: PKGBUILD directory relative path. +* `pkgDir`: relative path to the PKGBUILD directory. * `gpgPublicKey`: GPG public key that will be used to sign packages. * `gpgPrivateKey`: GPG private key. -* `gpgPassphrase`: The GPG passphrase for the `gpgPrivateKey`. +* `gpgPassphrase`: GPG passphrase of `gpgPrivateKey`. -It is recommended that you store the `gpgPrivateKey` and the `gpgPassphrase` as secrets (see [Usage ](#usage-)). +It is recommended to store `gpgPrivateKey` and `gpgPassphrase` as secrets (see [Usage](#usage-)). None of these inputs are required.