Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Oct 22, 2023
1 parent 286a686 commit 203ad9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 203ad9a

Please sign in to comment.