We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b560455 commit 17401bfCopy full SHA for 17401bf
2 files changed
.github/workflows/merge-develop.yml
@@ -94,7 +94,7 @@ jobs:
94
95
- name: publish junit reports
96
if: success() || failure()
97
- uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
+ uses: mikepenz/action-junit-report@v5
98
with:
99
check_name: junit reports
100
report_paths: reports/junit/*.xml
.github/workflows/pull-request.yml
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
145
0 commit comments