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:
@@ -56,6 +56,9 @@ inputs:
|
||||
fetch-depth:
|
||||
description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.'
|
||||
default: 1
|
||||
fetch-jobs:
|
||||
description: 'Number of fetches to perform simultaneously when updating submodules. 0 indicates default (serial updates).'
|
||||
default: 0
|
||||
lfs:
|
||||
description: 'Whether to download Git-LFS files'
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user