removing unshallow

This commit is contained in:
Dilan Bhalla
2023-04-24 15:16:50 -07:00
parent 8ce078ef2c
commit 9c72cba7e2

View File

@@ -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: |