ci: Use cat directly when printing PR comments
Wrapping in echo was stripping newlines.
This commit is contained in:
committed by
Chris Rizzitello
parent
9a9bd7e262
commit
4f644acbca
2
.github/workflows/ci-comment.yml
vendored
2
.github/workflows/ci-comment.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
echo "## CI Summary"
|
||||
|
||||
for file in $files; do
|
||||
echo $(cat $file)
|
||||
cat $file
|
||||
done
|
||||
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user