From a061e728a6525f57cb2c0b70fc0bc9e04458f5a1 Mon Sep 17 00:00:00 2001 From: Katerina Skroumpelou Date: Thu, 29 Aug 2024 12:51:32 +0300 Subject: [PATCH] Update find-successful-workflow.ts Co-authored-by: James Henry --- find-successful-workflow.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/find-successful-workflow.ts b/find-successful-workflow.ts index 0d543ce..61ffa72 100644 --- a/find-successful-workflow.ts +++ b/find-successful-workflow.ts @@ -110,6 +110,7 @@ let BASE_SHA: string; }, ); BASE_SHA = + // 4b825dc642cb6eb9a060e54bf8d69288fbee4904 is the expected result of hashing the empty tree emptyTreeRes.stdout ?? `4b825dc642cb6eb9a060e54bf8d69288fbee4904`; } else { BASE_SHA = baseRes.stdout;