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 a3fd843 commit 6defe3bCopy full SHA for 6defe3b
start.sh
@@ -25,4 +25,6 @@ cd ${INPUT_DIRECTORY}
25
26
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git"
27
28
+git config --local --add safe.directory ${INPUT_DIRECTORY}
29
+
30
git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION $_TAGS;
0 commit comments