We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bdbef commit e65dab3Copy full SHA for e65dab3
.github/workflows/test-report.yml
@@ -21,7 +21,7 @@ jobs:
21
run_id: ${{ github.event.workflow_run.id }}
22
23
- name: Publish Test Report
24
- uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5
+ uses: mikepenz/action-junit-report@97744eca465b8df9e6e33271cb155003f85327f1 # v5
25
with:
26
commit: ${{ github.event.workflow_run.head_sha }}
27
report_paths: "**/build/test-results/*/TEST-*.xml"
0 commit comments