Update pkgbuild.sh and README.md
This commit is contained in:
parent
f1db3dda22
commit
75a18ce2d0
|
@ -16,7 +16,7 @@ This action supports PKGBUILDs that have AUR dependencies.
|
|||
* `gpgPrivateKey`: GPG private key.
|
||||
* `gpgPassphrase`: GPG passphrase of `gpgPrivateKey`.
|
||||
|
||||
It is recommended to store `gpgPrivateKey` and `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.
|
||||
|
||||
|
|
|
@ -80,8 +80,6 @@ namcapAnalysis() {
|
|||
}
|
||||
|
||||
exportFile() {
|
||||
# TODO: fix
|
||||
[ "$inBaseDir" = false ] && mv "$2" /github/workspace
|
||||
echo "::set-output name=$1::$2"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue