update-shallow

This commit is contained in:
Alex Janka 2024-08-01 12:11:44 +10:00 committed by Alex Janka
parent e6719990fa
commit 5064c1798b

View file

@ -22,7 +22,7 @@ jobs:
- name: shallow - name: shallow
run: cat .git/shallow run: cat .git/shallow
- name: deepend tree - name: deepend tree
run: git fetch --shallow-since "1 year" --tags --recurse-submodules=no run: git fetch --shallow-since "1 year" --tags --recurse-submodules=no --update-shallow
- name: status - name: status
run: git status run: git status
- name: shallow - name: shallow