Skip to content

Commit

Permalink
actions: try, try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Oct 27, 2024
1 parent a0c4be1 commit 5d0003c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified .github/actions/creds.tar.xz.gpg
Binary file not shown.
12 changes: 6 additions & 6 deletions .github/actions/decrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5d0003c

Please sign in to comment.