Skip to content

Commit 3e2518b

Browse files
authored
Allow TAB to link back to GitHub Actions for JUnit XML results (#7903)
1 parent 72e87de commit 3e2518b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/ci-cd-scripts/upload-results.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ curl --silent --request POST \
2525
--form "GITHUB_HEAD_REF=${GITHUB_HEAD_REF:-}" \
2626
--form "GITHUB_REF_NAME=${GITHUB_REF_NAME:-}" \
2727
--form "GITHUB_REF=${GITHUB_REF:-}" \
28+
--form "GITHUB_RUN_ID=${GITHUB_RUN_ID:-}" \
2829
--form "GITHUB_SHA=${GITHUB_SHA:-}" \
2930
--form "GITHUB_WORKFLOW=${GITHUB_WORKFLOW:-}" \
3031
--form "RUNNER_ARCH=${RUNNER_ARCH:-}" \

0 commit comments

Comments
 (0)