From 2813678e78050a48e2e08da9ad4606872b5ed01b Mon Sep 17 00:00:00 2001 From: Brett Kyle Date: Tue, 9 May 2023 09:19:37 +0100 Subject: [PATCH] -fixup diff --- .github/workflows/diff-change-to-dist.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/diff-change-to-dist.yaml b/.github/workflows/diff-change-to-dist.yaml index 18cf462545..220d327964 100644 --- a/.github/workflows/diff-change-to-dist.yaml +++ b/.github/workflows/diff-change-to-dist.yaml @@ -47,9 +47,10 @@ jobs: process.env.GITHUB_WORKSPACE + '/dist.diff', 'utf8' ) - const commentText = '## Changes to dist\n' + + const commentText = '' + + '## Changes to dist\n' + '```diff\n' + diff + '\n```' - await commentOnPr({github,context}, '## Changes to dist', commentText) + await commentOnPr({github,context}, '', commentText)