mirror of https://github.com/citusdata/citus.git
Preserve new lines for regression outputs
parent
5c3c9a7fbf
commit
fbe81bcf50
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue