diff --git a/README.md b/README.md index c3325f5..2ca1284 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pkgbuild.sh b/pkgbuild.sh index 8388165..b326377 100755 --- a/pkgbuild.sh +++ b/pkgbuild.sh @@ -80,8 +80,6 @@ namcapAnalysis() { } exportFile() { - # TODO: fix - [ "$inBaseDir" = false ] && mv "$2" /github/workspace echo "::set-output name=$1::$2" }