We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714be0a commit b37f5ebCopy full SHA for b37f5eb
.github/workflows/sync-main-to-dev.yaml
@@ -38,9 +38,7 @@ jobs:
38
git config user.email "[email protected]"
39
SYNC="$BASE-sync-with-$HEAD"
40
41
- git fetch origin -v
42
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
43
-
44
git merge origin/$HEAD -m "Merge $HEAD into $SYNC" --allow-unrelated-histories
45
git checkout origin/dev src/*
46
git checkout origin/dev tests/*
0 commit comments