mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 06:19:24 +00:00
Allow configuration of fetch.parallel (#2)
This commit is contained in:
@@ -807,11 +807,12 @@ async function setup(testName: string): Promise<void> {
|
||||
sparseCheckoutConeMode: true,
|
||||
fetchDepth: 1,
|
||||
fetchTags: false,
|
||||
fetchParallel: 1,
|
||||
showProgress: true,
|
||||
lfs: false,
|
||||
submodules: false,
|
||||
nestedSubmodules: false,
|
||||
submodulesFetchJobs: '1',
|
||||
submodulesFetchJobs: 1,
|
||||
persistCredentials: true,
|
||||
ref: 'refs/heads/main',
|
||||
repositoryName: 'my-repo',
|
||||
|
||||
Reference in New Issue
Block a user