Skip to content

Commit 54716a8

Browse files
author
Dilan Bhalla
committed
remove allow unrelated histories on git merge
1 parent 4fb30f3 commit 54716a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Sync Main
3232
shell: bash
3333
run: |
34-
git merge codeql-cli/latest --allow-unrelated-histories
34+
git merge codeql-cli/latest
3535
git push origin main
3636
git push origin --tags --force
3737

0 commit comments

Comments
 (0)