We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6bd3f commit a877e09Copy full SHA for a877e09
entrypoint.sh
@@ -20,7 +20,7 @@ if [[ $INPUT_GPG_SIGN == 'true' ]]; then
20
exit 2
21
fi
22
echo "Configuring GPG for signing commits and tags..."
23
- git config --local commit.gpgsign true
+ git config --local commit.gpgsign false
24
git config --local tag.gpgsign true
25
git config --local user.signingkey "${INPUT_GIT_SIGNINGKEY}"
26
echo "Git sign commits?: $(git config --get commit.gpgsign)"
0 commit comments