Fix staging deploy: ASCII-only echo (unblocks automation) #4

Merged
cesnimda merged 1 commits from fix/staging-ascii-echo into develop 2026-07-01 13:16:32 +02:00
Owner

Final fix. Run #109 showed the deploy itself SUCCEEDED; only the last 'Staging endpoints' echo failed because an em dash in the Write-Host mis-decoded under Windows PowerShell 5.1 (act_runner writes UTF-8, PS reads .ps1 as ANSI). Replaced with ASCII. This unblocks fully automated dev->staging.

🤖 Generated with Claude Code

Final fix. Run #109 showed the deploy itself SUCCEEDED; only the last 'Staging endpoints' echo failed because an em dash in the Write-Host mis-decoded under Windows PowerShell 5.1 (act_runner writes UTF-8, PS reads .ps1 as ANSI). Replaced with ASCII. This unblocks fully automated dev->staging. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
cesnimda added 1 commit 2026-07-01 13:11:31 +02:00
fix(staging): ASCII-only echo so PowerShell doesn't choke on em dash
CI / backend (pull_request) Successful in 1m3s
CI / frontend (pull_request) Successful in 21s
Security / secrets (pull_request) Successful in 6s
Security / dependencies (pull_request) Successful in 1m4s
077c3b3588
The deploy succeeded on the runner but the final 'Staging endpoints' step
failed: act_runner writes the step as UTF-8 while Windows PowerShell 5.1 reads
.ps1 as ANSI, so the em dash mis-decoded and PowerShell saw an unterminated
string. Replace it with a plain hyphen. Keeps all host-mode run: content ASCII.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
cesnimda merged commit 11e6768d17 into develop 2026-07-01 13:16:32 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cesnimda/Inboxintel#4