From 75a18ce2d00ca2078a2de613515c8cfc9c302e8d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 7 Oct 2023 15:55:03 -0300 Subject: [PATCH] Update pkgbuild.sh and README.md --- README.md | 2 +- pkgbuild.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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" }