Commit 7a9217b
authored
fix(ci): avoid "Argument list too long" in yarn-dedupe-push (#7666)
The base64-encoded yarn.lock content was passed as a shell argument to
`gh api`, exceeding the Linux ARG_MAX limit. Write the base64 output to
a temp file and use `jq --rawfile` + `gh api --input -` to keep large
payloads off the command line.1 parent 5936896 commit 7a9217b
1 file changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
0 commit comments