Skip to content

Commit 9c72cba

Browse files
author
Dilan Bhalla
committed
removing unshallow
1 parent 8ce078e commit 9c72cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
shell: bash
2828
run: |
2929
set -x
30-
git fetch --unshallow
30+
git fetch
3131
git remote add upstream https://github.com/github/codeql.git
32-
git fetch upstream --unshallow --tags --force
32+
git fetch upstream --tags --force
3333
- name: Sync Main
3434
shell: bash
3535
run: |

0 commit comments

Comments
 (0)