remove allow unrelated histories on git merge

This commit is contained in:
Dilan Bhalla
2023-04-24 15:04:49 -07:00
parent 4fb30f35b3
commit 54716a84cf

View File

@@ -31,7 +31,7 @@ jobs:
- name: Sync Main
shell: bash
run: |
git merge codeql-cli/latest --allow-unrelated-histories
git merge codeql-cli/latest
git push origin main
git push origin --tags --force