We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ce025 commit e1cf5ecCopy full SHA for e1cf5ec
upload-action/src/comments/comment.js
@@ -13,7 +13,8 @@ import { getOutputSummary } from '../outputs.js'
13
* @returns
14
*/
15
const generateCommentBody = (context, status) => {
16
- return `${getOutputSummary(context, status)}
+ return `<!-- filecoin-pin-upload-action -->
17
+ ${getOutputSummary(context, status)}
18
<a href="${getWorkflowRunUrl()}">More details</a>`
19
}
20
0 commit comments