mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 13:34:51 +00:00
chore: update formatting and add missing dist changes (#1940)
This commit is contained in:
parent
6f070cff38
commit
3f54ebb830
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ export type Env = {
|
|||
GITHUB_REF: string
|
||||
GITHUB_WORKSPACE: string
|
||||
}
|
||||
|
||||
export const getEnv = async (): Promise<Env> => {
|
||||
core.debug(`Env: ${JSON.stringify(process.env, null, 2)}`)
|
||||
|
||||
|
|
Loading…
Reference in a new issue