We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749adf4 commit 81f5681Copy full SHA for 81f5681
action.yml
@@ -73,7 +73,7 @@ runs:
73
74
# https://github.com/marketplace/actions/junit-report-action
75
- name: Publish Test Report
76
- uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
+ uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc # v6.1.0
77
if: ${{ always() && inputs.create-junit-output == 'true' && inputs.create-test-report == 'true' }} # always run even if the previous step fails
78
with:
79
report_paths: "${{ inputs.junit-test-output != '' && inputs.junit-test-output || 'image-user-check.xml' }}"
0 commit comments