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 1de9155 commit 4a4c7f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ ${result.newItems
const filename = basename(item);
console.log(join(baseUrl, 'actual', filename));
return `![NewItem](${join(baseUrl, 'actual', filename)})`;
return `| ![NewItem](${join(baseUrl, 'actual', filename)}) |
| ![New](https://raw.githubusercontent.com/bokuweb/reg-actions/reg/6602107104_reg/actual/sample.png) |
`;
})
.join('\n')}
`;
Expand Down

0 comments on commit 4a4c7f7

Please sign in to comment.