mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-18 03:57:42 +00:00
Update env.ts
This commit is contained in:
parent
5d866cbe77
commit
3680129aa2
1 changed files with 1 additions and 1 deletions
|
@ -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 || '',
|
||||
|
|
Loading…
Reference in a new issue