Skip to content

Commit da8ee11

Browse files
committed
Use merge instead of pull
1 parent 6b48706 commit da8ee11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ else
5252
git commit -m "${INPUT_MESSAGE}" $_EMPTY || exit 0
5353
fi
5454

55-
git pull --rebase
55+
git merge
5656

5757
git push "${remote_repo}" HEAD:"${INPUT_BRANCH}" --follow-tags $_FORCE_OPTION $_TAGS;

0 commit comments

Comments
 (0)