Skip to content

Commit

Permalink
-fixup diff
Browse files Browse the repository at this point in the history
  • Loading branch information
domoscargin committed May 9, 2023
1 parent 1be66c5 commit 2813678
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/diff-change-to-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
process.env.GITHUB_WORKSPACE + '/dist.diff', 'utf8'
)
const commentText = '## Changes to dist\n' +
const commentText = '<!-- Diff release -->' +
'## Changes to dist\n' +
'```diff\n' +
diff +
'\n```'
await commentOnPr({github,context}, '## Changes to dist', commentText)
await commentOnPr({github,context}, '<!-- Diff release -->', commentText)

0 comments on commit 2813678

Please sign in to comment.