actions: try, try again.

This commit is contained in:
Jay Lee
2024-10-27 16:10:55 -04:00
parent a0c4be1d5c
commit 5d0003ce93
2 changed files with 6 additions and 6 deletions

View File

@@ -23,10 +23,10 @@ fi
gpg --batch \
--yes \
--decrypt \
--passphrase="${PASSCODE}" \
--output "${credsfile}" \
"${gpgfile}"
--passphrase="$PASSCODE" \
--output "$credsfile" \
"$gpgfile"
tar xlvvf "${credsfile}" --directory "${credspath}"
rm -rvf "${gpgfile}"
rm -rvf "${credsfile}"
tar xlvvf "$credsfile" --directory "$credspath"
rm -rvf "$gpgfile"
rm -rvf "$credsfile"