Skip to content

Commit 467d6ca

Browse files
author
Hendry, Adam
committed
fix(entrypoint.sh): add commit.gpgsign
1 parent 6215295 commit 467d6ca

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
@@ -20,6 +20,7 @@ if [[ $INPUT_GPG_SIGN == 'true' ]]; then
2020
exit 2
2121
fi
2222
echo "Configuring GPG for signing commits and tags..."
23+
git config --local commit.gpgsign true
2324
git config --local user.signingkey "${INPUT_GIT_SIGNINGKEY}"
2425
fi
2526

0 commit comments

Comments
 (0)