Skip to content

Commit

Permalink
Update env.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored and renovate[bot] committed Jan 18, 2024
1 parent 5d866cb commit 3680129
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 3680129

Please sign in to comment.