mirror of
https://github.com/italicsjenga/actions-test.git
synced 2024-12-23 08:31:43 +11:00
shallow since 1 year
This commit is contained in:
parent
22caa6d1f1
commit
c240c27597
2
.github/workflows/merge.yml
vendored
2
.github/workflows/merge.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: status
|
||||
run: git status
|
||||
- name: descibe
|
||||
run: git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no
|
||||
run: git fetch --shallow-since "1 year" --tags --recurse-submodules=no
|
||||
- name: status
|
||||
run: git status
|
||||
- name: descibe
|
||||
|
|
Loading…
Reference in a new issue