You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`🏗️ Building Docker image for PR [#${process.env.PR_NUMBER}](${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/pull/${process.env.PR_NUMBER}), commit [${context.sha.substring(0, 7)}](${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/commit/${context.sha})`,
235
+
'',
236
+
'🚀 Deploying to Control Plane...',
237
+
'',
238
+
'⏳ Waiting for deployment to be ready...',
239
+
'',
240
+
`📝 [View Build and Deploy Logs](${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}/job/${context.job})`,
241
+
'',
242
+
process.env.CONSOLE_LINK
243
+
].join('\n')
226
244
});
227
245
core.setOutput('comment-id', result.data.id);
228
246
@@ -309,25 +327,6 @@ jobs:
309
327
token: ${{ secrets.CPLN_TOKEN_STAGING }}
310
328
org: ${{ vars.CPLN_ORG_STAGING }}
311
329
312
-
- name: Update Status - Building
313
-
uses: actions/github-script@v7
314
-
with:
315
-
script: |
316
-
const buildingMessage = [
317
-
'🏗️ Building Docker image for PR #${{ needs.process-deployment.outputs.pr_number }}, commit ${{ needs.process-deployment.outputs.pr_sha }}',
'📋 [View Deployment Logs with Errors](' + workflowUrl + ')'
412
+
'📝 [View Build and Deploy Logs](' + workflowUrl + ')',
413
+
'',
414
+
`📋 [View Build and Deploy Logs with Errors](${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}/jobs/${context.job.id})`
0 commit comments