Skip to content

Commit e5ff24f

Browse files
committed
add GITHUB_JOB env var to list of env var names
1 parent 168610b commit e5ff24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bundler-plugin-core/src/utils/providers/GitHubActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ export async function getServiceParams(
250250
export function getEnvVarNames() {
251251
return [
252252
"GITHUB_ACTION",
253+
"GITHUB_JOB",
253254
"GITHUB_HEAD_REF",
254255
"GITHUB_REF",
255256
"GITHUB_REPOSITORY",

0 commit comments

Comments
 (0)