We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef91a22 commit 096af2eCopy full SHA for 096af2e
1 file changed
.github/workflows/test-report.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/download-artifact@v5
17
with:
18
name: test-results
19
+ run-id: ${{ github.event.workflow_run.id }}
20
+ github-token: ${{ secrets.GITHUB_TOKEN }}
21
- name: Test Summary
22
uses: test-summary/action@v2
23
0 commit comments