We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f1873 commit 1b8d725Copy full SHA for 1b8d725
.github/workflows/pull-request-comments.yml
@@ -312,7 +312,7 @@ jobs:
312
</details>`;
313
}
314
315
- commentInfo.body += `[Download the complete .diff file from the workflow run](https://github.com/${ context.repo.owner }/${ context.repo.repo }/actions/runs/${ context.payload.workflow_run.id }).`;
+ commentInfo.body += `\n\n[Download the complete .diff file from the workflow run](https://github.com/${ context.repo.owner }/${ context.repo.repo }/actions/runs/${ context.payload.workflow_run.id }).`;
316
317
318
if ( commentInfo.comment_id ) {
0 commit comments