mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Merge pull request #4017 from uutils/sylvestre-patch-2
GNU testsuite result: Improve the display
This commit is contained in:
commit
d6ca61c279
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