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 701f08e commit 4355bd2Copy full SHA for 4355bd2
.github/workflows/cloudflare-preview.yml
@@ -85,7 +85,7 @@ jobs:
85
comment.body.includes(commentMarker)
86
);
87
88
- const commentBody = `${commentMarker} [${url}](${url})`;
+ const commentBody = `${commentMarker} [${url}](${url}) (commit: ${{ github.event.pull_request.head.ref.sha }})`;
89
90
if (existingComment) {
91
// Update existing comment
0 commit comments