We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17401bf commit 5bd75bfCopy full SHA for 5bd75bf
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@v5
+ uses: mikepenz/action-junit-report@75b84e78b3f0aaea7ed7cf8d1d100d7f97f963ec
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