mirror of
https://github.com/github/codeql.git
synced 2026-06-03 04:40:14 +02:00
removing unshallow
This commit is contained in:
4
.github/workflows/sync-main.yml
vendored
4
.github/workflows/sync-main.yml
vendored
@@ -27,9 +27,9 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
set -x
|
||||
git fetch --unshallow
|
||||
git fetch
|
||||
git remote add upstream https://github.com/github/codeql.git
|
||||
git fetch upstream --unshallow --tags --force
|
||||
git fetch upstream --tags --force
|
||||
- name: Sync Main
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user