Skip to content

Commit 4355bd2

Browse files
committed
Add comment sha to the deployment comment
1 parent 701f08e commit 4355bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloudflare-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
comment.body.includes(commentMarker)
8686
);
8787
88-
const commentBody = `${commentMarker} [${url}](${url})`;
88+
const commentBody = `${commentMarker} [${url}](${url}) (commit: ${{ github.event.pull_request.head.ref.sha }})`;
8989
9090
if (existingComment) {
9191
// Update existing comment

0 commit comments

Comments
 (0)