mirror of
https://github.com/ansible/awx.git
synced 2026-06-19 05:37:42 -02:30
The base64-encoded controller.json (~2.7MB) exceeds the OS argument length limit when passed as a command-line argument to gh api via -f "content=$(base64 ...)". This causes the blob creation step to fail with "Argument list too long". Pipe the content through base64 | jq | gh api --input - so the payload never hits the command line. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>