1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Improve the display

This commit is contained in:
Sylvestre Ledru 2022-10-09 19:11:36 +02:00
parent 46ceea0442
commit 3823e12063

View file

@ -48,5 +48,5 @@ jobs:
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.repo, repo: context.repo.repo,
issue_number: issue_number, issue_number: issue_number,
body: String(fs.readFileSync('./result.txt')), body: 'GNU testsuite comparison:\n```' + fs.readFileSync('./result.txt') + '\n```'
}); });