mirror of
https://github.com/italicsjenga/actions-test.git
synced 2024-12-23 16:41: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
|
- name: status
|
||||||
run: git status
|
run: git status
|
||||||
- name: descibe
|
- 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
|
- name: status
|
||||||
run: git status
|
run: git status
|
||||||
- name: descibe
|
- name: descibe
|
||||||
|
|
Loading…
Reference in a new issue