Skip to content

Commit 6b2a186

Browse files
committed
Update sync-main-to-dev.yaml
1 parent 179d4f1 commit 6b2a186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config user.email "a@b.c"
3636
SYNC="$BASE-sync-with-$HEAD"
3737
git fetch origin $HEAD $BASE
38-
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
38+
git checkout -b $SYNC origin/$BASE
3939
git merge origin/$HEAD
4040
git checkout origin/dev src/*
4141
git checkout origin/dev tests/*

0 commit comments

Comments
 (0)