From d42979eea1014acae780832c208cc9e0c02dad05 Mon Sep 17 00:00:00 2001 From: priya-kinthali Date: Mon, 11 Dec 2023 18:01:39 +0530 Subject: [PATCH] setup go in local --- src/cache-save.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cache-save.ts b/src/cache-save.ts index 5baefde..f873527 100644 --- a/src/cache-save.ts +++ b/src/cache-save.ts @@ -15,6 +15,7 @@ process.on('uncaughtException', e => { // Added early exit to resolve issue with slow post action step: // - https://github.com/actions/setup-node/issues/878 // https://github.com/actions/cache/pull/1217 + export async function run(earlyExit?: boolean) { try { const cacheInput = core.getBooleanInput('cache');