We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a40b2 commit b6e9077Copy full SHA for b6e9077
.github/workflows/lib/api-reporter.ts
@@ -78,6 +78,7 @@ class APIReporter implements Reporter {
78
GITHUB_HEAD_REF: process.env.GITHUB_HEAD_REF || null,
79
GITHUB_REF_NAME: process.env.GITHUB_REF_NAME || null,
80
GITHUB_REF: process.env.GITHUB_REF || null,
81
+ GITHUB_RUN_ID: process.env.GITHUB_RUN_ID || null,
82
GITHUB_SHA: process.env.GITHUB_SHA || null,
83
GITHUB_WORKFLOW: process.env.GITHUB_WORKFLOW || null,
84
RUNNER_ARCH: process.env.RUNNER_ARCH || null
0 commit comments