chore: update formatting and add missing dist changes (#1940)

This commit is contained in:
Tonye Jack
2024-02-17 20:20:58 -07:00
committed by GitHub
parent 6f070cff38
commit 3f54ebb830

View File

@@ -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)}`)