File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ jobs:
244
244
issue_number: process.env.PR_NUMBER,
245
245
body: '🚀 Starting deployment process...\n\n' + process.env.CONSOLE_LINK
246
246
});
247
+ // console.log(result);
247
248
core.setOutput('comment-id', result.data.id);
248
249
249
250
- name : Set Deployment URLs
@@ -374,7 +375,7 @@ jobs:
374
375
run : echo '${{ needs.process-deployment.outputs.comment_id }}'
375
376
376
377
- name : Print Comment id as env var
377
- run : echo '${process.env. COMMENT_ID}'
378
+ run : echo $ COMMENT_ID
378
379
379
380
- name : Update Status - Deploying
380
381
uses : actions/github-script@v7
@@ -455,6 +456,6 @@ jobs:
455
456
await github.rest.issues.updateComment({
456
457
owner: context.repo.owner,
457
458
repo: context.repo.repo,
458
- comment_id: ${{ steps.create-comment .outputs.comment-id }},
459
+ comment_id: ${{ needs.process-deployment .outputs.comment_id }},
459
460
body: isSuccess ? successMessage : failureMessage
460
461
});
You can’t perform that action at this time.
0 commit comments