mirror of
https://github.com/actions/checkout.git
synced 2025-12-13 22:09:23 +00:00
Add fetchJobs option to parallelize submodule updates
This commit is contained in:
@@ -93,6 +93,11 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
|
||||
# Default: 1
|
||||
fetch-depth: ''
|
||||
|
||||
# Number of fetches to perform simultaneously when updating submodules. 0
|
||||
# indicates default (serial updates).
|
||||
# Default: 0
|
||||
fetch-jobs: ''
|
||||
|
||||
# Whether to download Git-LFS files
|
||||
# Default: false
|
||||
lfs: ''
|
||||
|
||||
Reference in New Issue
Block a user