mirror of
https://github.com/italicsjenga/actions-test.git
synced 2024-12-23 08:31:43 +11:00
fetch
This commit is contained in:
parent
5064c1798b
commit
fe0ccc71d6
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 --update-shallow
|
||||
run: git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin refs/heads/main
|
||||
- name: status
|
||||
run: git status
|
||||
- name: shallow
|
||||
|
|
Loading…
Reference in a new issue