Skip to content

Commit 6981774

Browse files
authored
Update merge-main.yml
1 parent 4ead90e commit 6981774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
git fetch origin
2525
git checkout update-app-headers
26-
git merge origin/main --no-ff --no-commit -m "Merge main into update-app-headers"
26+
git merge origin/main --allow-unrelated-histories --no-commit -m "Merge main into update-app-headers"
2727
git push origin update-app-headers > /dev/null 2>&1 || true
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)