mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
add fetch depth (#3987)
remove `fatal: Invalid revision range` in CI log
This commit is contained in:
parent
8b7e446504
commit
086e111978
1
.github/workflows/openwrt-ci.yml
vendored
1
.github/workflows/openwrt-ci.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
fetch-depth: 1000000
|
||||||
|
|
||||||
- name: Space cleanup
|
- name: Space cleanup
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user