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 a877e09 commit 42dd53bCopy full SHA for 42dd53b
entrypoint.sh
@@ -20,11 +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 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)"
27
- echo "Git sign tags?: $(git config --get tag.gpgsign)"
28
29
30
PIP_CMD=('pip' 'install')
0 commit comments