mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-05-01 07:49:54 +02:00
Adding ability to specify the GitHub Server URL and allowing for it to differ from the Actions workflow host
This commit is contained in:
parent
2541b1294d
commit
385d3aa94f
13 changed files with 182 additions and 62 deletions
|
@ -778,7 +778,8 @@ async function setup(testName: string): Promise<void> {
|
|||
sshKnownHosts: '',
|
||||
sshStrict: true,
|
||||
workflowOrganizationId: 123456,
|
||||
setSafeDirectory: true
|
||||
setSafeDirectory: true,
|
||||
githubServerUrl: undefined
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue