Skip to content

Commit

Permalink
fix: env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos committed Apr 20, 2024
1 parent ae88514 commit 612329d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export async function run(): Promise<void> {
required: true
})

core.debug('running')

core.debug(JSON.stringify(process.env, null, 2))

core.debug(`Path to OpenAPI: ${pathToOpenApi}`)
core.debug(`GitHub repo: ${process.env.GITHUB_REPOSITORY}`)
core.debug(`GitHub repo ID: ${process.env.GITHUB_REPOSITORY_ID}`)
Expand Down

0 comments on commit 612329d

Please sign in to comment.