diff --git a/src/comment.ts b/src/comment.ts index 0e0f9b34..a3186ed9 100644 --- a/src/comment.ts +++ b/src/comment.ts @@ -51,8 +51,7 @@ const createBaseUrl = ({ artifactName: string; date; }): string => { - //raw.githubusercontent.com/bokuweb/reg-actions/reg/6602221723_reg/actual/sample.png - return `https://raw.githubusercontent.com/${owner}/${repoName}/${branch}/${date}_${runId}_${artifactName}/`; + return `https://github.com/${owner}/${repoName}/${branch}/${date}_${runId}_${artifactName}/`; }; const differences = ({ result, baseUrl }: { result: CompareOutput; baseUrl: string }): string => {