Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Mar 5, 2024
1 parent 899eae8 commit 0af2f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keys/import/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ runs:
fi
echo '::group::Importing key(s) from keyserver'
while read -r fingerprint ; do
echo gpg \
gpg \
--batch \
--no-tty \
--keyserver "$KEYSERVER" \
--recv-keys "$fingeprint" \
--recv-keys "$fingerprint" \
< /dev/null
done <<<$(jq -r '.[] | .fingerprint ' <<<"${KEYS}")
echo '::endgroup::'
Expand Down

0 comments on commit 0af2f5d

Please sign in to comment.