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