ci-actions/deploy-nix-site
Christopher Mühl 76c0b483c8
fix: indent heredoc content to satisfy YAML block scalar parser
YAML ends a block scalar when it sees content less indented than
the first content line. The JSON heredoc at column 0 caused the
parser to bail out mid-block. Indenting to 8 spaces keeps it inside
the run: | scalar; YAML strips that indentation before handing the
script to the shell, so the NOMAD_EOF terminator lands at column 0
as required.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-17 11:06:04 +01:00
..
action.yaml fix: indent heredoc content to satisfy YAML block scalar parser 2026-02-17 11:06:04 +01:00