mirror of
https://github.com/italicsjenga/actions-test.git
synced 2025-01-10 01:11:41 +11:00
commit
98fc9cf9b3
4
.github/workflows/merge.yml
vendored
4
.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
|
||||
run: git describe --tags
|
||||
- name: deepen tree
|
||||
run: git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no
|
||||
- name: status
|
||||
run: git status
|
||||
- name: descibe
|
||||
run: git describe --tags
|
||||
- name: show refs
|
||||
run: find .git/refs
|
||||
# - name: peepee poopoo
|
||||
|
|
Loading…
Reference in a new issue