mirror of
https://gitea.com/actions/checkout.git
synced 2025-04-04 22:39:42 +00:00
fix default branch for .wiki and when using ssh (#284)
This commit is contained in:
@ -714,6 +714,7 @@ async function setup(testName: string): Promise<void> {
|
||||
),
|
||||
env: {},
|
||||
fetch: jest.fn(),
|
||||
getDefaultBranch: jest.fn(),
|
||||
getWorkingDirectory: jest.fn(() => workspace),
|
||||
init: jest.fn(),
|
||||
isDetached: jest.fn(),
|
||||
|
Reference in New Issue
Block a user