Skip to content

Commit

Permalink
Merge pull request #4017 from uutils/sylvestre-patch-2
Browse files Browse the repository at this point in the history
GNU testsuite result: Improve the display
  • Loading branch information
sylvestre authored Oct 10, 2022
2 parents 2cd9585 + 3823e12 commit d6ca61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GnuComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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```'
});

0 comments on commit d6ca61c

Please sign in to comment.