Fix staging deploy: ASCII-only echo (unblocks automation) #4
Reference in New Issue
Block a user
Delete Branch "fix/staging-ascii-echo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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