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');