Skip to content

Commit 0d6bd3f

Browse files
author
Hendry, Adam
committed
Revert "fix(entrypoint.sh): add gpg.program"
This reverts commit 94d316f.
1 parent 5f51069 commit 0d6bd3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ if [[ $INPUT_GPG_SIGN == 'true' ]]; then
2020
exit 2
2121
fi
2222
echo "Configuring GPG for signing commits and tags..."
23-
git config --local gpg.program gpg
2423
git config --local commit.gpgsign true
2524
git config --local tag.gpgsign true
2625
git config --local user.signingkey "${INPUT_GIT_SIGNINGKEY}"
27-
echo "Git GPG program: $(git config --get gpg.program)"
2826
echo "Git sign commits?: $(git config --get commit.gpgsign)"
2927
echo "Git sign tags?: $(git config --get tag.gpgsign)"
3028
fi

0 commit comments

Comments
 (0)