Skip to content

Commit 590f0f1

Browse files
fix: Add missing env var for GitHub Actions (#187)
1 parent 168610b commit 590f0f1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.changeset/twelve-meals-report.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@codecov/bundler-plugin-core": minor
3+
"@codecov/bundle-analyzer": minor
4+
"@codecov/nextjs-webpack-plugin": minor
5+
"@codecov/nuxt-plugin": minor
6+
"@codecov/remix-vite-plugin": minor
7+
"@codecov/rollup-plugin": minor
8+
"@codecov/solidstart-plugin": minor
9+
"@codecov/sveltekit-plugin": minor
10+
"@codecov/vite-plugin": minor
11+
"@codecov/webpack-plugin": minor
12+
---
13+
14+
Add GITHUB_JOB env var to list of env var names in GitHubActions provider util

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

+1
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)