mirror of
https://github.com/italicsjenga/actions-test.git
synced 2025-01-03 22:11:42 +11:00
update-shallow
This commit is contained in:
parent
e6719990fa
commit
5064c1798b
2
.github/workflows/merge.yml
vendored
2
.github/workflows/merge.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: shallow
|
||||
run: cat .git/shallow
|
||||
- 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
|
||||
run: git status
|
||||
- name: shallow
|
||||
|
|
Loading…
Reference in a new issue