Skip to content

Commit 4baddf4

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

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

0 commit comments

Comments
 (0)