mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-22 01:22:02 +03:00
Add fetch.parallel option
This commit is contained in:
parent
edc3278d02
commit
9efed57e86
7 changed files with 36 additions and 2 deletions
|
@ -807,6 +807,7 @@ async function setup(testName: string): Promise<void> {
|
|||
sparseCheckoutConeMode: true,
|
||||
fetchDepth: 1,
|
||||
fetchTags: false,
|
||||
fetchParallel: '1',
|
||||
showProgress: true,
|
||||
lfs: false,
|
||||
submodules: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue