Skip to content

Commit b750220

Browse files
justin808claude
andcommitted
Make deploying status message more visually engaging
- Add heading formatting to deploying message - Make waiting status bold for emphasis - Remove extra blank line for cleaner spacing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 03de541 commit b750220

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-to-control-plane-review-app.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,11 @@ jobs:
241241
with:
242242
script: |
243243
const deployingMessage = [
244-
'🚀 Deploying to Control Plane...',
244+
'## 🚀 Deploying to Control Plane...',
245245
'',
246-
'⏳ Waiting for deployment to be ready...',
246+
'⏳ **Waiting for deployment to be ready...**',
247247
'',
248248
'📝 [View Deploy Logs](${{ env.WORKFLOW_URL }})',
249-
'',
250249
process.env.CONSOLE_LINK
251250
].join('\n');
252251

0 commit comments

Comments
 (0)