Skip to content

Commit 03ebdb0

Browse files
authored
debug: config sslVerify false
1 parent 0cdb164 commit 03ebdb0

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
@@ -21,6 +21,7 @@ fi
2121

2222
# initialize git
2323
remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
24+
git config http.sslVerify false
2425
git config user.name "Merge Release"
2526
git config user.email "[email protected]"
2627
git remote add merge-release "${remote_repo}"

0 commit comments

Comments
 (0)