Commit f8517bb
fix: repair broken multi-line comment causing exit 127 estate-wide (#11)
Lines 151-152 were a comment whose continuation line lost its '#'
prefix ($name split across a newline), so bash executed
'ame/project and continue to be validated normally.' → exit 127.
This failed the 'Validate A2ML manifests' check for EVERY commit in
EVERY repo pinned to this action. Collapsed back to a single valid
comment line.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent aa5e01e commit f8517bb
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| 151 | + | |
153 | 152 | | |
154 | 153 | | |
155 | 154 | | |
| |||
0 commit comments