mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-05-18 06:29:54 +02:00
Add fetchJobs option to parallelize submodule updates
This commit is contained in:
parent
2036a08e25
commit
ad5dc19390
9 changed files with 49 additions and 5 deletions
|
@ -34,6 +34,11 @@ export interface IGitSourceSettings {
|
|||
*/
|
||||
fetchDepth: number
|
||||
|
||||
/**
|
||||
* The number of fetches to perform simultaneously when updating submodules
|
||||
*/
|
||||
fetchJobs: number
|
||||
|
||||
/**
|
||||
* Indicates whether to fetch LFS objects
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue