mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions: quotes
This commit is contained in:
2
.github/actions/decrypt.sh
vendored
2
.github/actions/decrypt.sh
vendored
@@ -30,7 +30,7 @@ gpg --batch \
|
|||||||
if [[ "${RUNNER_OS}" == "macOS" ]]; then
|
if [[ "${RUNNER_OS}" == "macOS" ]]; then
|
||||||
tar="gtar"
|
tar="gtar"
|
||||||
else
|
else
|
||||||
tar="tar'
|
tar="tar"
|
||||||
|
|
||||||
"$tar" xlvvf "$credsfile" --directory "$credspath"
|
"$tar" xlvvf "$credsfile" --directory "$credspath"
|
||||||
rm -rvf "$gpgfile"
|
rm -rvf "$gpgfile"
|
||||||
|
|||||||
Reference in New Issue
Block a user