Skip to content

Commit b6e9077

Browse files
authored
Include metadata for TAB to link back to GitHub Actions runs (#220)
1 parent 16a40b2 commit b6e9077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lib/api-reporter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class APIReporter implements Reporter {
7878
GITHUB_HEAD_REF: process.env.GITHUB_HEAD_REF || null,
7979
GITHUB_REF_NAME: process.env.GITHUB_REF_NAME || null,
8080
GITHUB_REF: process.env.GITHUB_REF || null,
81+
GITHUB_RUN_ID: process.env.GITHUB_RUN_ID || null,
8182
GITHUB_SHA: process.env.GITHUB_SHA || null,
8283
GITHUB_WORKFLOW: process.env.GITHUB_WORKFLOW || null,
8384
RUNNER_ARCH: process.env.RUNNER_ARCH || null

0 commit comments

Comments
 (0)