mirror of
https://github.com/actions/checkout.git
synced 2025-12-15 23:09:23 +00:00
Take global core.sshCommand into consideration
This commit is contained in:
@@ -407,6 +407,7 @@ async function setup(testName: string): Promise<void> {
|
||||
checkoutDetach: jest.fn(),
|
||||
config: jest.fn(),
|
||||
configExists: jest.fn(),
|
||||
configGet: jest.fn(),
|
||||
fetch: jest.fn(),
|
||||
getDefaultBranch: jest.fn(),
|
||||
getWorkingDirectory: jest.fn(() => repositoryPath),
|
||||
|
||||
Reference in New Issue
Block a user