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 37e0d09 commit e8fb944Copy full SHA for e8fb944
.github/workflows/final-manual-deploy-comment.yml
@@ -189,7 +189,7 @@ jobs:
189
const ongoingCommitLink = `[\`${shortCommit}\`](https://github.com/${repo}/commit/${commitRef})`;
190
const updateIST = new Date().toLocaleString('en-US', { timeZone: 'Asia/Kolkata', hourCycle: 'h23' });
191
192
- const latestSha = '${{ steps.check_ongoing_deployment.outputs.latest_sha }}';
+ const latestSha = '${{ github.event.comment.commit_id || github.event.pull_request.head.sha || github.sha }}';
193
const shortLatestSha = latestSha.substring(0, 7);
194
const latestCommitLink = `[\`${shortLatestSha}\`](https://github.com/${repo}/commit/${latestSha})`;
195
0 commit comments