mirror of
https://github.com/github/codeql.git
synced 2026-06-03 04:40:14 +02:00
allow unrelated histories on merge
This commit is contained in:
2
.github/workflows/sync-main.yml
vendored
2
.github/workflows/sync-main.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Sync Main
|
||||
shell: bash
|
||||
run: |
|
||||
git merge codeql-cli/latest
|
||||
git merge codeql-cli/latest --allow-unrelated-histories
|
||||
git push origin main
|
||||
git push origin --tags --force
|
||||
|
||||
|
||||
Reference in New Issue
Block a user