3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-05-28 06:56:28 +00:00

Fix checkout init for SHA-256 repositories

This commit is contained in:
Yashwanth Anantharaju 2026-05-21 14:31:18 -04:00
parent 900f2210b1
commit f279b42429
8 changed files with 489 additions and 7 deletions

View file

@ -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,