We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b48706 commit da8ee11Copy full SHA for da8ee11
start.sh
@@ -52,6 +52,6 @@ else
52
git commit -m "${INPUT_MESSAGE}" $_EMPTY || exit 0
53
fi
54
55
-git pull --rebase
+git merge
56
57
git push "${remote_repo}" HEAD:"${INPUT_BRANCH}" --follow-tags $_FORCE_OPTION $_TAGS;
0 commit comments