mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-04 21:04:59 +08:00
ci: Use cat directly when printing PR comments
Wrapping in echo was stripping newlines.
This commit is contained in:
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user