Commit d858e91
InfoTech.io Bot
fix(workflow): restore proper YAML indentation in heredoc
The previous fix removed indentation from JSON content which broke
YAML structure. In YAML run blocks, heredoc content must maintain
proper indentation while only EOF should be unindented.
Fixed:
- Restore indentation for JSON content in heredoc
- Keep EOF unindented as required for heredoc termination
- Maintain proper YAML structure
YAML validation now passes.
Fixes: YAML syntax error on lines 245-246
Related: #10, Stage: 2 (YAML Syntax Fix)1 parent ca98cd6 commit d858e91
1 file changed
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments