We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179d4f1 commit 6b2a186Copy full SHA for 6b2a186
1 file changed
.github/workflows/sync-main-to-dev.yaml
@@ -35,7 +35,7 @@ jobs:
35
git config user.email "a@b.c"
36
SYNC="$BASE-sync-with-$HEAD"
37
git fetch origin $HEAD $BASE
38
- git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
+ git checkout -b $SYNC origin/$BASE
39
git merge origin/$HEAD
40
git checkout origin/dev src/*
41
git checkout origin/dev tests/*
0 commit comments