We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da45d49 commit a98119eCopy full SHA for a98119e
1 file changed
.github/workflows/sync-main-to-dev.yaml
@@ -32,6 +32,7 @@ jobs:
32
shell: bash
33
run: |
34
SYNC="$BASE-sync-with-$HEAD"
35
+ git fetch origin $HEAD $BASE
36
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
37
git merge origin/$HEAD
38
git checkout origin/dev src/*
0 commit comments