Skip to content

Commit e1cf5ec

Browse files
authored
fix: re-use upload-action PR comment (#126)
fixes #99
1 parent b3ce025 commit e1cf5ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

upload-action/src/comments/comment.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import { getOutputSummary } from '../outputs.js'
1313
* @returns
1414
*/
1515
const generateCommentBody = (context, status) => {
16-
return `${getOutputSummary(context, status)}
16+
return `<!-- filecoin-pin-upload-action -->
17+
${getOutputSummary(context, status)}
1718
<a href="${getWorkflowRunUrl()}">More details</a>`
1819
}
1920

0 commit comments

Comments
 (0)