mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-17 02:17:10 +00:00
A heredoc inside \$() inside a double-quoted string inside a YAML multiline run block breaks the YAML parser at line 60. Replaced with: write the PR body to /tmp/pr-body.md using a standalone heredoc, then pass it via gh pr create --body-file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>