mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-05-08 19:13:53 +02:00
Adds force-api-download option
Signed-off-by: CollinM <collinmcneese@github.com>
This commit is contained in:
parent
e6d535c99c
commit
a24ff48c7b
7 changed files with 23 additions and 3 deletions
|
@ -811,7 +811,8 @@ async function setup(testName: string): Promise<void> {
|
|||
sshStrict: true,
|
||||
workflowOrganizationId: 123456,
|
||||
setSafeDirectory: true,
|
||||
githubServerUrl: githubServerUrl
|
||||
githubServerUrl: githubServerUrl,
|
||||
forceApiDownload: false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue