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 YAML: indent heredoc Python code to block-scalar level
Python heredoc lines at column 0 were parsed by YAML as content
outside the block scalar. Indent all heredoc lines by 10 spaces
(the run: block indent level) so YAML includes them; YAML then
strips the leading 10 spaces before passing to bash.
Also switch from shell variable substitution inside heredoc to
os.environ so the heredoc can use a quoted delimiter ('PYEOF').
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments