From 3823e12063ea07decfc9e1a933bf22158cb9c2d6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 9 Oct 2022 19:11:36 +0200 Subject: [PATCH] Improve the display --- .github/workflows/GnuComment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GnuComment.yml b/.github/workflows/GnuComment.yml index f22abdf4223..cf85e37bb74 100644 --- a/.github/workflows/GnuComment.yml +++ b/.github/workflows/GnuComment.yml @@ -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```' });