From e12af0c870120ffa9ced3c2145bcf1dd04497298 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 19:01:07 -0500 Subject: [PATCH] actions take 105 --- .github/actions/decrypt.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/decrypt.sh b/.github/actions/decrypt.sh index 2c4a326e..d479f576 100644 --- a/.github/actions/decrypt.sh +++ b/.github/actions/decrypt.sh @@ -1,9 +1,9 @@ #!/bin/sh -credsfile="$1" -echo "target file is ${credsfile}" -gpgfile="$2" +gpgfile="$1" echo "source file is ${gpgfile}" +credsfile="$2" +echo "target file is ${credsfile}" if [ -z ${PASSCODE+x} ]; then echo "PASSCODE is unset"; else