Skip to content

Commit c94ddaa

Browse files
authored
Remove unnecessary flag from git merge command
1 parent c76a597 commit c94ddaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-main-to-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git fetch origin -v
3939
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
4040
41-
git merge origin/$HEAD -m "Merge $HEAD into $SYNC" --allow-unrelated-histories
41+
git merge origin/$HEAD -m "Merge $HEAD into $SYNC"
4242
git checkout origin/dev src/*
4343
git checkout origin/dev tests/*
4444
git commit -m "Restored src/* and tests/*" || echo ""

0 commit comments

Comments
 (0)