Skip to content

Commit

Permalink
actions: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Oct 27, 2024
1 parent 77bf001 commit 3440fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/decrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gpg --batch \
if [[ "${RUNNER_OS}" == "macOS" ]]; then
tar="gtar"
else
tar="tar'
tar="tar"

"$tar" xlvvf "$credsfile" --directory "$credspath"
rm -rvf "$gpgfile"
Expand Down

0 comments on commit 3440fa7

Please sign in to comment.