We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78ec20 commit 04d90c1Copy full SHA for 04d90c1
1 file changed
.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@a294a61c909bd8a4b563024a2faa28897fd53ebc # v6
+ uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6
25
with:
26
commit: ${{ github.event.workflow_run.head_sha }}
27
report_paths: "**/build/test-results/*/TEST-*.xml"
0 commit comments