mirror of
https://github.com/actions/checkout.git
synced 2025-04-20 01:26:46 +00:00
Allow configuration of fetch.parallel (#2)
This commit is contained in:
parent
edc3278d02
commit
4475b1ceed
8 changed files with 63 additions and 13 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -157,7 +157,7 @@ jobs:
|
|||
ref: test-data/v2/submodule-ssh-url
|
||||
path: submodules-true
|
||||
submodules: recursive
|
||||
submodulesFetchJobs: "10"
|
||||
submodules-fetch-jobs: "10"
|
||||
- name: Verify submodules true
|
||||
run: __test__/verify-submodules-with-jobs.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue