1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #4017 from uutils/sylvestre-patch-2

GNU testsuite result: Improve the display
This commit is contained in:
Sylvestre Ledru 2022-10-10 14:02:28 +02:00 committed by GitHub
commit d6ca61c279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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