Commit 50c785c
ci: fix bash -c quoting — use single quotes to avoid double-quote collision for #71 (Phase 4)
Double quotes in the YAML run block conflicted with bash -c "...", causing
bash: -c: option requires an argument. Single quotes avoid the collision;
\${{ }} expressions are expanded by GitHub Actions before the shell runs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent bc036b2 commit 50c785c
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
| 145 | + | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| 151 | + | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments