mirror of
https://code.forgejo.org/actions/checkout
synced 2025-04-20 15:53:53 +08:00
Default branch checkout option
This commit is contained in:
parent
e72243fb91
commit
5bbdf118df
5 changed files with 48 additions and 77 deletions
|
@ -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: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue