Commit 627dbb7
fix(ci): collapse no-TLS step's run to one line
The step used a backslash line-continuation inside a YAML plain scalar.
Plain scalars fold newlines into spaces but don't interpret escapes, so
the shell received a literal `\` followed by a space — escaping the space
into a single literal-space word rather than continuing the command.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e949b06 commit 627dbb7
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
0 commit comments