Preserve new lines for regression outputs

pull/7154/head
Gokhan Gulbiz 2023-10-03 12:51:14 +03:00
parent 5c3c9a7fbf
commit fbe81bcf50
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ runs:
echo '```diff' >> $GITHUB_STEP_SUMMARY
echo -E "$diffs" >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
echo $diffs
echo -E $diffs
fi
shell: bash
- name: Print stack traces