1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-06-15 10:16:37 +00:00
This commit is contained in:
vvish 2021-10-21 14:45:05 +00:00 committed by GitHub
commit b405d4438d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 38 additions and 2 deletions

View file

@ -763,6 +763,7 @@ async function setup(testName: string): Promise<void> {
lfs: false,
submodules: false,
nestedSubmodules: false,
submodulesFetchDepth: 1,
persistCredentials: true,
ref: 'refs/heads/main',
repositoryName: 'my-repo',