mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 14:29:23 +00:00
Allow configuration of submodule.fetchJobs
This commit is contained in:
@@ -132,8 +132,10 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
||||
} else if (submodulesString == 'TRUE') {
|
||||
result.submodules = true
|
||||
}
|
||||
result.submodulesFetchJobs = core.getInput('submodulesFetchJobs') || '1'
|
||||
core.debug(`submodules = ${result.submodules}`)
|
||||
core.debug(`recursive submodules = ${result.nestedSubmodules}`)
|
||||
core.debug(`submodules fetchJobs= ${result.submodulesFetchJobs}`)
|
||||
|
||||
// Auth token
|
||||
result.authToken = core.getInput('token', {required: true})
|
||||
|
||||
Reference in New Issue
Block a user