You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix inline python3: use heredoc to avoid YAML parse issues
Inline python3 -c strings with colons/quotes break YAML block
scalars. Use a quoted heredoc (PYEOF) instead, consistent with
the request-building step.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments