Commit 95a1e30
fix(ci/diet): fix shell heredoc in diet-check.yml (#2471)
* Initial plan
* fix(ci/diet): replace broken heredoc with grouped echo statements
The heredoc body and closing EOF marker were at column 0,
breaking out of the YAML literal block scalar (run: |).
This made the workflow YAML unparseable, causing the CI run
to fail with 0 jobs created.
Replace with grouped echo statements that maintain proper
YAML indentation while producing identical markdown output.
Co-authored-by: shino <10225+shino@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: shino <10225+shino@users.noreply.github.com>1 parent 622a72a commit 95a1e30
1 file changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments