mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
actions take 101
This commit is contained in:
2
.github/actions/decrypt.sh
vendored
2
.github/actions/decrypt.sh
vendored
@@ -5,7 +5,7 @@ echo "running from ${mydir}"
|
||||
credsfile="${gampath}/creds.tar"
|
||||
echo "target file is ${credsfile}"
|
||||
gpgfile="${mypath}/creds.tar.gpg"
|
||||
echo "source file is ${credsfile}"
|
||||
echo "source file is ${gpgfile}"
|
||||
if [ -z ${PASSCODE+x} ]; then
|
||||
echo "PASSCODE is unset";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user