Skip to content

Commit 3680129

Browse files
jackton1renovate[bot]
authored andcommitted
Update env.ts
1 parent 5d866cb commit 3680129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type Env = {
66
GITHUB_WORKSPACE: string
77
}
88
export const getEnv = async (): Promise<Env> => {
9-
core.debug(`Process Env: ${JSON.stringify(process.env, null, 2)}`)
9+
core.debug(`Env: ${JSON.stringify(process.env, null, 2)}`)
1010

1111
return {
1212
GITHUB_REF_NAME: process.env.GITHUB_REF_NAME || '',

0 commit comments

Comments
 (0)