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 4ead90e commit 6981774Copy full SHA for 6981774
.github/workflows/merge-main.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
git fetch origin
25
git checkout update-app-headers
26
- git merge origin/main --no-ff --no-commit -m "Merge main into update-app-headers"
+ git merge origin/main --allow-unrelated-histories --no-commit -m "Merge main into update-app-headers"
27
git push origin update-app-headers > /dev/null 2>&1 || true
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments