We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76a597 commit c94ddaaCopy full SHA for c94ddaa
.github/workflows/sync-main-to-dev.yaml
@@ -38,7 +38,7 @@ jobs:
38
git fetch origin -v
39
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
40
41
- git merge origin/$HEAD -m "Merge $HEAD into $SYNC" --allow-unrelated-histories
+ git merge origin/$HEAD -m "Merge $HEAD into $SYNC"
42
git checkout origin/dev src/*
43
git checkout origin/dev tests/*
44
git commit -m "Restored src/* and tests/*" || echo ""
0 commit comments