Skip to content

Commit

Permalink
Update env.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jan 18, 2024
1 parent f7233fc commit e32b94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Env = {
GITHUB_WORKSPACE: string
}
export const getEnv = async (): Promise<Env> => {
core.debug(`Process Env: ${JSON.stringify(process.env, null, 2)}`)
core.debug(`Env: ${JSON.stringify(process.env, null, 2)}`)

return {
GITHUB_REF_NAME: process.env.GITHUB_REF_NAME || '',
Expand Down

0 comments on commit e32b94b

Please sign in to comment.