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 1039020 commit ceb29f0Copy full SHA for ceb29f0
.github/workflows/deploy-to-control-plane-review-app.yml
@@ -244,6 +244,7 @@ jobs:
244
issue_number: process.env.PR_NUMBER,
245
body: '🚀 Starting deployment process...\n\n' + process.env.CONSOLE_LINK
246
});
247
+ console.log(result);
248
core.setOutput('comment-id', result.data.id);
249
250
- name: Set Deployment URLs
@@ -374,7 +375,7 @@ jobs:
374
375
run: echo '${{ needs.process-deployment.outputs.comment_id }}'
376
377
- name: Print Comment id as env var
- run: echo '${process.env.COMMENT_ID}'
378
+ run: echo $COMMENT_ID
379
380
- name: Update Status - Deploying
381
uses: actions/github-script@v7
0 commit comments