Skip to content

Commit 4a8d87f

Browse files
author
Hendry, Adam
committed
ci(test): add gpg -K to stdout
1 parent 467d6ca commit 4a8d87f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if [[ $INPUT_GPG_SIGN == 'true' ]]; then
2020
exit 2
2121
fi
2222
echo "Configuring GPG for signing commits and tags..."
23+
gpg -K
2324
git config --local commit.gpgsign true
2425
git config --local user.signingkey "${INPUT_GIT_SIGNINGKEY}"
2526
fi

0 commit comments

Comments
 (0)