mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-15 04:17:53 -06:00
don't break up table
This commit is contained in:
parent
351c730639
commit
482f82c01c
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ proc reportResults(results: seq[(OizysDerivation, BuildResult)]) =
|
||||||
if summaryFilePath == "": fatalQuit "no github step summary found"
|
if summaryFilePath == "": fatalQuit "no github step summary found"
|
||||||
let output = open(summaryFilePath, fmAppend)
|
let output = open(summaryFilePath, fmAppend)
|
||||||
output.writeLine "| derivation | hash | build | time |"
|
output.writeLine "| derivation | hash | build | time |"
|
||||||
output.writeLine "\n|---|---|---|---|"
|
output.writeLine "|---|---|---|---|"
|
||||||
output.writeLine rows.join("\n")
|
output.writeLine rows.join("\n")
|
||||||
close output
|
close output
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue