Skip to content

Commit c50654a

Browse files
author
Hendry, Adam
committed
ci(test): even more printouts
1 parent 4baddf4 commit c50654a

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
@@ -22,6 +22,7 @@ if [[ $INPUT_GPG_SIGN == 'true' ]]; then
2222
echo "Configuring GPG for signing commits and tags..."
2323
echo "gpg -K"
2424
gpg -K
25+
gpg --list-secret-keys --keyid-format=LONG
2526
echo "Git setup..."
2627
git config --local commit.gpgsign true
2728
git config --local user.signingkey "${INPUT_GIT_SIGNINGKEY}"

0 commit comments

Comments
 (0)