1
0
Fork 0
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:
Frits Talbot 2020-08-09 23:30:32 +02:00
parent 2036a08e25
commit ad5dc19390
9 changed files with 49 additions and 5 deletions

View file

@ -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
*/