mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-20 14:11:37 +00:00
actions take 105
This commit is contained in:
6
.github/actions/decrypt.sh
vendored
6
.github/actions/decrypt.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user