Skip to content

Commit e8fb944

Browse files
chore: test commit to tigger deployment
1 parent 37e0d09 commit e8fb944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/final-manual-deploy-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
const ongoingCommitLink = `[\`${shortCommit}\`](https://github.com/${repo}/commit/${commitRef})`;
190190
const updateIST = new Date().toLocaleString('en-US', { timeZone: 'Asia/Kolkata', hourCycle: 'h23' });
191191
192-
const latestSha = '${{ steps.check_ongoing_deployment.outputs.latest_sha }}';
192+
const latestSha = '${{ github.event.comment.commit_id || github.event.pull_request.head.sha || github.sha }}';
193193
const shortLatestSha = latestSha.substring(0, 7);
194194
const latestCommitLink = `[\`${shortLatestSha}\`](https://github.com/${repo}/commit/${latestSha})`;
195195

0 commit comments

Comments
 (0)