mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +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
|
#!/bin/sh
|
||||||
|
|
||||||
credsfile="$1"
|
gpgfile="$1"
|
||||||
echo "target file is ${credsfile}"
|
|
||||||
gpgfile="$2"
|
|
||||||
echo "source file is ${gpgfile}"
|
echo "source file is ${gpgfile}"
|
||||||
|
credsfile="$2"
|
||||||
|
echo "target file is ${credsfile}"
|
||||||
if [ -z ${PASSCODE+x} ]; then
|
if [ -z ${PASSCODE+x} ]; then
|
||||||
echo "PASSCODE is unset";
|
echo "PASSCODE is unset";
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user