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 dda7a41 commit b8c869eCopy full SHA for b8c869e
start.sh
@@ -26,4 +26,6 @@ cd ${INPUT_DIRECTORY}
26
remote_repo="${INPUT_GITHUB_URL_PROTOCOL}//${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@${INPUT_GITHUB_URL}/${REPOSITORY}.git"
27
git config --local --add safe.directory ${INPUT_DIRECTORY}
28
29
+git pull --rebase
30
+
31
git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION $_TAGS;
0 commit comments