Commit 41e74e4
fix(ci): fix performance-benchmarking.yml YAML parse error
The workflow failed at GitHub Actions validation (0s, no jobs created)
because the multi-line git commit message at lines 262-265 had content
at column 1, which YAML interpreted as new mappings instead of the
run block continuation.
Also:
- Add job-level outputs declaration for performance-benchmarks job
- Add step id for check-gates so outputs can be referenced downstream
- Simplify commit message to single line to avoid YAML escaping issues
Co-Authored-By: Terraphim AI <noreply@anthropic.com>1 parent 6d7ca41 commit 41e74e4
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
140 | 143 | | |
141 | 144 | | |
142 | 145 | | |
| 146 | + | |
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
| |||
259 | 263 | | |
260 | 264 | | |
261 | 265 | | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
| 266 | + | |
266 | 267 | | |
267 | 268 | | |
0 commit comments