We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f2737 commit 7bd6361Copy full SHA for 7bd6361
1 file changed
.github/workflows/pull-request-comments.yml
@@ -313,6 +313,8 @@ jobs:
313
</details>`;
314
}
315
316
+ const sha = context.payload.workflow_run.head_sha;
317
+ commentInfo.body += `\n\n_Comment updated using [${ sha.slice( 0, 7 ) }](https://github.com/${ context.repo.owner }/${ context.repo.repo }/commit/${ sha })._ ([commenting workflow run](https://github.com/${ context.repo.owner }/${ context.repo.repo }/actions/runs/${ context.runId })).`;
318
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 }).`;
319
320
0 commit comments