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 {