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 2155fe4 commit 7834fcaCopy full SHA for 7834fca
.github/workflows/sync-main-to-dev.yaml
@@ -37,10 +37,8 @@ jobs:
37
38
git fetch origin -v
39
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
40
- git status
41
- git pull --allow-unrelated-histories
42
43
- git merge origin/$HEAD
+ git merge origin/$HEAD -m "Merge $HEAD into $SYNC"
44
git checkout origin/dev src/*
45
git checkout origin/dev tests/*
46
git commit -m "Restored src/* and tests/*"
0 commit comments