mirror of
https://github.com/italicsjenga/actions-test.git
synced 2024-12-23 08:31:43 +11:00
yahoo
This commit is contained in:
parent
ae0af08032
commit
e116c2dcc8
6
.github/workflows/merge.yml
vendored
6
.github/workflows/merge.yml
vendored
|
@ -22,9 +22,9 @@ jobs:
|
|||
- name: shallow
|
||||
run: cat .git/shallow
|
||||
- name: deepen tree
|
||||
run: git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no --update-shallow
|
||||
- name: deepen tree again
|
||||
run: git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no --update-shallow
|
||||
run: |
|
||||
git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no --update-shallow
|
||||
git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no --update-shallow
|
||||
# - name: deepen tree
|
||||
# run: |
|
||||
# depth=0
|
||||
|
|
Loading…
Reference in a new issue