diff --git a/packages/bundler-plugin-core/src/utils/providers/GitHubActions.ts b/packages/bundler-plugin-core/src/utils/providers/GitHubActions.ts index 9fa433ec..0692ce80 100644 --- a/packages/bundler-plugin-core/src/utils/providers/GitHubActions.ts +++ b/packages/bundler-plugin-core/src/utils/providers/GitHubActions.ts @@ -214,7 +214,8 @@ export async function getServiceParams( export function getEnvVarNames() { return [ - "GITHUB_ACTION", + "GITHUB_ACTIONS", + "GITHUB_JOB", "GITHUB_HEAD_REF", "GITHUB_REF", "GITHUB_REPOSITORY",