Skip to content

Commit a98119e

Browse files
committed
Update sync-main-to-dev.yaml
1 parent da45d49 commit a98119e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
shell: bash
3333
run: |
3434
SYNC="$BASE-sync-with-$HEAD"
35+
git fetch origin $HEAD $BASE
3536
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
3637
git merge origin/$HEAD
3738
git checkout origin/dev src/*

0 commit comments

Comments
 (0)