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