Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/deploy-to-control-plane-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,13 @@ jobs:

// Define messages based on deployment status
const successMessage = [
'βœ… Deployment complete for PR #' + prNumber + ', commit ' + '${{ env.PR_SHA }}',
'## πŸŽ‰ ✨ Deploy Complete! πŸš€',
'',
'πŸš€ [Review App for PR #' + prNumber + '](' + appUrl + ')',
consoleLink,
'### 🌐 [**➑️ Open Review App**](' + appUrl + ')',
'',
'_Deployment successful for PR #' + prNumber + ', commit ' + '${{ env.PR_SHA }}' + '_',
'',
consoleLink,
'πŸ“‹ [View Completed Action Build and Deploy Logs](' + workflowUrl + ')'
].join('\n');

Expand Down