3
0
Fork 0
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:
Tonye Jack 2024-01-17 22:40:27 -07:00 committed by renovate[bot]
parent 5d866cbe77
commit 3680129aa2

View file

@ -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 || '',