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 0179596 commit 1567addCopy full SHA for 1567add
.github/actions/merge-main/action.yml
@@ -90,8 +90,7 @@ runs:
90
echo "...switching to branch: $branch"
91
git switch "$branch"
92
echo "...merging main"
93
- git merge -m "misc: merge from main" origin/main
94
- if [ $? -eq 0 ]; then
+ if git merge -m "misc: merge from main" origin/main; then
95
echo "...pushing to origin"
96
git push origin "$branch"
97
else
0 commit comments