diff --git a/src/comment.ts b/src/comment.ts index a86116ad..a7111196 100644 --- a/src/comment.ts +++ b/src/comment.ts @@ -90,7 +90,8 @@ ${result.newItems // return `| ![NewItem](${img}) |`; // https://raw.githubusercontent.com/bokuweb/reg-actions/reg/6602221723_reg/actual/sample.png - return `| ![NewItem](https://raw.githubusercontent.com/bokuweb/reg-actions/reg/6602221723_reg/actual/sample.png) |`; + // https://raw.githubusercontent.com/bokuweb/reg-actions/reg/6602221723_reg/actual/sample.png + return `| ![NewItem](https://github.com/bokuweb/reg-actions/blob/reg/6602242983_reg/actual/sample.png?raw=true) |`; }) .join('\n')} `;