Skip to content

Commit

Permalink
chore: update formatting and add missing dist changes (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Feb 18, 2024
1 parent 6f070cf commit 3f54ebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)}`)

Expand Down

0 comments on commit 3f54ebb

Please sign in to comment.