Skip to content

Commit 4690905

Browse files
author
ralfhandl
committed
Merge main into dev-sync-with-main
2 parents 408c3ef + ade1b24 commit 4690905

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
@@ -39,7 +39,7 @@ jobs:
3939
SYNC="$BASE-sync-with-$HEAD"
4040
4141
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
42-
git merge origin/$HEAD -m "Merge $HEAD into $SYNC" # --allow-unrelated-histories
42+
git merge origin/$HEAD -m "Merge $HEAD into $SYNC" ## --allow-unrelated-histories
4343
git checkout origin/dev src/*
4444
git checkout origin/dev tests/*
4545
git commit -m "Restored src/* and tests/*" || echo ""

0 commit comments

Comments
 (0)