Skip to content

Commit feb1144

Browse files
committed
#9 Add output diff to upload action
1 parent 7796175 commit feb1144

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ runs:
130130
${{github.workspace}}/StrykerOutput/**/**/*.md
131131
${{github.workspace}}/StrykerOutput/**/**/*.json
132132
133+
${{github.workspace}}/StrykerOutputDiff/**/**/*.html
134+
${{github.workspace}}/StrykerOutputDiff/**/**/*.md
135+
${{github.workspace}}/StrykerOutputDiff/**/**/*.json
136+
133137
- name: Add report message text
134138
run: |
135139
if [[ "$REPORT_SOURCE_BRANCH" == "true" ]]; \

0 commit comments

Comments
 (0)