mirror of
https://github.com/actions/checkout.git
synced 2025-07-05 05:18:25 +02:00
Default branch checkout option
This commit is contained in:
@ -813,8 +813,7 @@ async function setup(testName: string): Promise<void> {
|
||||
nestedSubmodules: false,
|
||||
persistCredentials: true,
|
||||
ref: 'refs/heads/main',
|
||||
defaultRefOnError: true,
|
||||
defaultBranch: 'main',
|
||||
defaultBranchCheckout: false,
|
||||
repositoryName: 'my-repo',
|
||||
repositoryOwner: 'my-org',
|
||||
repositoryPath: '',
|
||||
|
Reference in New Issue
Block a user