Skip to content

Commit

Permalink
Fix run-id parameter for test report download
Browse files Browse the repository at this point in the history
  • Loading branch information
kepstin committed Dec 11, 2024
1 parent a0f5239 commit 9881396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: junit
path: junit/
github-token: ${{ secrets.GH_PAT }}
run_id: ${{ github.event.workflow_run.id }}
run-id: ${{ github.event.workflow_run.id }}

- name: Publish test report
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 9881396

Please sign in to comment.