Update pkgbuild.sh and README.md

This commit is contained in:
Santiago Lo Coco 2023-10-07 15:55:03 -03:00
parent f1db3dda22
commit 75a18ce2d0
2 changed files with 1 additions and 3 deletions

View File

@ -16,7 +16,7 @@ This action supports PKGBUILDs that have AUR dependencies.
* `gpgPrivateKey`: GPG private key. * `gpgPrivateKey`: GPG private key.
* `gpgPassphrase`: GPG passphrase of `gpgPrivateKey`. * `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. None of these inputs are required.

View File

@ -80,8 +80,6 @@ namcapAnalysis() {
} }
exportFile() { exportFile() {
# TODO: fix
[ "$inBaseDir" = false ] && mv "$2" /github/workspace
echo "::set-output name=$1::$2" echo "::set-output name=$1::$2"
} }