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 330d095 commit 1db0e15Copy full SHA for 1db0e15
.github/scripts/merge-main.sh
@@ -72,7 +72,7 @@ function merge_main() {
72
git merge -m "misc: merge from main" main
73
if [ $? -eq 0 ]; then
74
echo "...pushing to origin"
75
- git push origin "$branch"
+# git push origin "$branch"
76
else
77
echo "...merge failed"
78
git merge --abort
0 commit comments