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 0cdb164 commit 03ebdb0Copy full SHA for 03ebdb0
entrypoint.sh
@@ -21,6 +21,7 @@ fi
21
22
# initialize git
23
remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
24
+git config http.sslVerify false
25
git config user.name "Merge Release"
26
git config user.email "[email protected]"
27
git remote add merge-release "${remote_repo}"
0 commit comments