Skip to content

Commit

Permalink
fix: resolve bug fetching more history
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 26, 2023
1 parent bb8dcf1 commit f8cf3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const getEnv = async (): Promise<Env> => {
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 {
Expand Down

0 comments on commit f8cf3da

Please sign in to comment.