Commit 35767a3
fix: quote test-build verify step to fix YAML parse error
The "Verify output exists" step used an inline `run:` scalar containing
`successful: index.html` — the colon-space made YAML parse it as a nested
mapping, so GitHub rejected the whole workflow at load time (0s failure,
"workflow file issue"). Use a block scalar, as develop's workflow does.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9a47304 commit 35767a3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
0 commit comments