mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 09:10:16 +03:00
Allow configuration of submodule.fetchJobs
This commit is contained in:
parent
b4ffde65f4
commit
2bd5ef5487
11 changed files with 271 additions and 102 deletions
|
@ -111,6 +111,12 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||
# Default: false
|
||||
submodules: ''
|
||||
|
||||
# Specifies how many submodules are fetched/cloned at the same time. A positive
|
||||
# integer allows up to that number of submodules fetched in parallel. A value of 0
|
||||
# will give some reasonable default. If unset, it defaults to 1.
|
||||
# Default: 1
|
||||
submodulesFetchJobs: ''
|
||||
|
||||
# Add repository path as safe.directory for Git global config by running `git
|
||||
# config --global --add safe.directory <path>`
|
||||
# Default: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue