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