mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 06:19:24 +00:00
Add fetchJobs option to parallelize submodule updates
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user