Skip to content

Commit 7834fca

Browse files
committed
Update sync-main-to-dev.yaml
1 parent 2155fe4 commit 7834fca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ jobs:
3737
3838
git fetch origin -v
3939
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
40-
git status
41-
git pull --allow-unrelated-histories
4240
43-
git merge origin/$HEAD
41+
git merge origin/$HEAD -m "Merge $HEAD into $SYNC"
4442
git checkout origin/dev src/*
4543
git checkout origin/dev tests/*
4644
git commit -m "Restored src/* and tests/*"

0 commit comments

Comments
 (0)