Commit ca02521
fix(ci): merge second duplicate env: in Submit to Chocolatey step
Same shape as the prior commit — the Chocolatey step had a second
env: key (GITHUB_TOKEN + CHOCOLATEY_API_KEY) below run:, which YAML
parses as a duplicate-key mapping and GitHub Actions rejects with
the generic "workflow file issue" status. Collapsed both env blocks
into one above run:.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 882ec62 commit ca02521
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
202 | 204 | | |
203 | 205 | | |
204 | 206 | | |
| |||
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
| |||
0 commit comments