This commit is contained in:
Alex Janka 2024-08-01 15:48:21 +10:00 committed by Alex Janka
parent ae0af08032
commit 2512003334

View file

@ -22,9 +22,9 @@ jobs:
- name: shallow - name: shallow
run: cat .git/shallow run: cat .git/shallow
- name: deepen tree - name: deepen tree
run: git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no --update-shallow run: |
- name: deepen tree again git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no --update-shallow
run: git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no --update-shallow git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no --update-shallow
# - name: deepen tree # - name: deepen tree
# run: | # run: |
# depth=0 # depth=0