We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c9763 commit 6759259Copy full SHA for 6759259
.github/workflows/platform-benchmark.yml
@@ -82,7 +82,7 @@ jobs:
82
echo "::group::Report CSV"
83
cat "$report"
84
echo "::endgroup::"
85
- markdown_table=$(csv2md "$report")
+ markdown_table=$(csv2md "$report" | tr -d '\r')
86
echo "::group::Report Markdown"
87
echo "$markdown_table"
88
0 commit comments