mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 14:43:34 +00:00
actions take 102
This commit is contained in:
2
.github/actions/decrypt.sh
vendored
2
.github/actions/decrypt.sh
vendored
@ -4,7 +4,7 @@ mydir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
echo "running from ${mydir}"
|
||||
credsfile="${gampath}/creds.tar"
|
||||
echo "target file is ${credsfile}"
|
||||
gpgfile="${mypath}/creds.tar.gpg"
|
||||
gpgfile="${mydir}/creds.tar.gpg"
|
||||
echo "source file is ${gpgfile}"
|
||||
if [ -z ${PASSCODE+x} ]; then
|
||||
echo "PASSCODE is unset";
|
||||
|
Reference in New Issue
Block a user