mirror of
https://gitea.com/actions/checkout.git
synced 2026-05-23 04:05:15 +08:00
Fix checkout init for SHA-256 repositories
This commit is contained in:
@@ -1103,6 +1103,7 @@ async function setup(testName: string): Promise<void> {
|
||||
),
|
||||
tryDisableAutomaticGarbageCollection: jest.fn(),
|
||||
tryGetFetchUrl: jest.fn(),
|
||||
tryGetObjectFormat: jest.fn(async () => ({format: '', succeeded: true})),
|
||||
tryGetConfigValues: jest.fn(
|
||||
async (
|
||||
key: string,
|
||||
|
||||
Reference in New Issue
Block a user