mirror of
https://github.com/actions/checkout.git
synced 2025-05-24 02:05:10 +02:00
Merge 4475b1ceed
into cd7d8d697e
This commit is contained in:
commit
ff5874f76b
9 changed files with 219 additions and 103 deletions
|
@ -809,10 +809,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,
|
||||
persistCredentials: true,
|
||||
ref: 'refs/heads/main',
|
||||
repositoryName: 'my-repo',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue