mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 17:12:03 +03: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
|
@ -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: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue