mirror of
https://github.com/italicsjenga/actions-test.git
synced 2024-12-23 08:31:43 +11:00
show shallow file
This commit is contained in:
parent
c240c27597
commit
e6719990fa
6
.github/workflows/merge.yml
vendored
6
.github/workflows/merge.yml
vendored
|
@ -19,10 +19,14 @@ jobs:
|
|||
# run: git sparse-checkout disable; git checkout origin/main
|
||||
- name: status
|
||||
run: git status
|
||||
- name: descibe
|
||||
- name: shallow
|
||||
run: cat .git/shallow
|
||||
- name: deepend tree
|
||||
run: git fetch --shallow-since "1 year" --tags --recurse-submodules=no
|
||||
- name: status
|
||||
run: git status
|
||||
- name: shallow
|
||||
run: cat .git/shallow
|
||||
- name: descibe
|
||||
run: git describe --tags
|
||||
- name: show refs
|
||||
|
|
Loading…
Reference in a new issue