Skip to content

Commit

Permalink
[gh] Fix typo in gpg-homedirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Nov 5, 2024
1 parent 39e8250 commit ccd3e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/join.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "${DATA}" > file.txt
sed -e '0,/^```plain text$/d' -e '/```$/,$d' -i file.txt
rm -rf mypgp
rm -rf mygpg
mkdir -v -m 0700 mygpg
gpg --homedir mygpg --verify --status-fd 1 file.txt 2>/dev/null || true
Expand Down

0 comments on commit ccd3e1d

Please sign in to comment.