Update README.md
This commit is contained in:
parent
90f853f2e8
commit
b8442cdb17
|
@ -4,6 +4,9 @@ GitHub action to build a package, analyze it with namcap, and output the package
|
||||||
## Inputs and outputs
|
## Inputs and outputs
|
||||||
Inputs:
|
Inputs:
|
||||||
* `pkgDir`: PKGBUILD directory relative path.
|
* `pkgDir`: PKGBUILD directory relative path.
|
||||||
|
* `gpgPublicKey`: GPG public key that will be used to sign packages.
|
||||||
|
* `gpgPrivateKey`: GPG private key.
|
||||||
|
* `gpgPassphrase`: The GPG passphrase for the gpgPrivateKey.
|
||||||
|
|
||||||
Outputs:
|
Outputs:
|
||||||
* `srcInfo`: Generated `.SRCINFO`.
|
* `srcInfo`: Generated `.SRCINFO`.
|
||||||
|
|
Loading…
Reference in New Issue