diff --git a/src/comment.ts b/src/comment.ts index 57a1761d..f842a4cd 100644 --- a/src/comment.ts +++ b/src/comment.ts @@ -172,13 +172,13 @@ Check out the report [here](${customReportPage}).` ## ArtifactName: \`${artifactName}\` ✨✨ That's perfect, there is no visual difference! ✨✨ -Check out the report [here](${reportUrl}). +${reportUrl} ` : `${badge(result)} ## ArtifactName: \`${artifactName}\` -Check out the report [here](${reportUrl}). +${reportUrl} `; const body = `This report was generated by comparing [${currentHashShort}](https://github.com/${owner}/${repoName}/commit/${currentHash}) with [${targetHashShort}](https://github.com/${owner}/${repoName}/commit/${targetHash}).