Commit 7143b74
fix(ci): quote negated YAML expression to avoid tag parse error
Bare `!contains(...)` is interpreted as a YAML tag. Wrap in `\${{ }}`
to force expression evaluation.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 20ccb59 commit 7143b74
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments