From f8cf3da781459fe784aa19e33b3aea70a7675c1a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 25 May 2023 19:26:42 -0600 Subject: [PATCH] fix: resolve bug fetching more history --- src/env.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/env.ts b/src/env.ts index dd59eaa51d3..02226c708c9 100644 --- a/src/env.ts +++ b/src/env.ts @@ -41,6 +41,7 @@ export const getEnv = async (): Promise => { if (eventPath) { eventJson = JSON.parse(await fs.readFile(eventPath, {encoding: 'utf8'})) } + core.debug(`Env: ${JSON.stringify(process.env, null, 2)}`) core.debug(`Event: ${JSON.stringify(eventJson, null, 2)}`) return {