We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7796175 commit feb1144Copy full SHA for feb1144
action.yml
@@ -130,6 +130,10 @@ runs:
130
${{github.workspace}}/StrykerOutput/**/**/*.md
131
${{github.workspace}}/StrykerOutput/**/**/*.json
132
133
+ ${{github.workspace}}/StrykerOutputDiff/**/**/*.html
134
+ ${{github.workspace}}/StrykerOutputDiff/**/**/*.md
135
+ ${{github.workspace}}/StrykerOutputDiff/**/**/*.json
136
+
137
- name: Add report message text
138
run: |
139
if [[ "$REPORT_SOURCE_BRANCH" == "true" ]]; \
0 commit comments