Commit 0c9abb9
fix(ci): fix YAML indentation bug in playground-uptime-check.yml (DAK-7032) (#237)
The multi-line MSG string assignment had lines starting at column 0
inside a `run: |` block that requires 10-space indentation. YAML
terminated the block prematurely, causing GitHub Actions to report
"workflow file issue" on every run.
Fix: replace multi-line string with printf format string (single
properly-indented line), and use jq for proper JSON encoding of
the Telegram payload. This avoids newlines inside the YAML block
and correctly serialises multi-line message content as JSON.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 66a523d commit 0c9abb9
1 file changed
Lines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
51 | 45 | | |
52 | 46 | | |
53 | | - | |
| 47 | + | |
54 | 48 | | |
55 | 49 | | |
56 | 50 | | |
0 commit comments