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:
parent
46ceea0442
commit
3823e12063
1 changed files with 1 additions and 1 deletions
2
.github/workflows/GnuComment.yml
vendored
2
.github/workflows/GnuComment.yml
vendored
|
@ -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```'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue