Commit ca98cd6
InfoTech.io Bot
fix(workflow): correct here-document EOF syntax error
Fixed syntax error in here-document for module.json creation:
- Remove indentation from EOF terminator
- Remove indentation from JSON content
- Proper heredoc formatting for YAML workflows
Error was: 'here-document at line 19 delimited by end-of-file (wanted EOF)'
Fixes: Syntax error in repository_dispatch workflow runs
Related: #10, Stage: 2 (Syntax Fix)1 parent f168ede commit ca98cd6
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