mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 14:29:23 +00: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:
@@ -778,7 +778,8 @@ async function setup(testName: string): Promise<void> {
|
||||
sshKnownHosts: '',
|
||||
sshStrict: true,
|
||||
workflowOrganizationId: 123456,
|
||||
setSafeDirectory: true
|
||||
setSafeDirectory: true,
|
||||
githubServerUrl: undefined
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user