mirror of
https://github.com/actions/checkout.git
synced 2025-12-13 22:09:23 +00:00
Allow configuration of submodule.fetchJobs
This commit is contained in:
@@ -811,6 +811,7 @@ async function setup(testName: string): Promise<void> {
|
||||
lfs: false,
|
||||
submodules: false,
|
||||
nestedSubmodules: false,
|
||||
submodulesFetchJobs: '1',
|
||||
persistCredentials: true,
|
||||
ref: 'refs/heads/main',
|
||||
repositoryName: 'my-repo',
|
||||
|
||||
Reference in New Issue
Block a user