From d35f5207f2fed72977d1f106a6e8142c6db328df Mon Sep 17 00:00:00 2001 From: bokuweb Date: Mon, 4 Dec 2023 20:08:04 +0900 Subject: [PATCH] fix: comment --- src/comment.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}).