Commit e6226ff
fix: ensure newline before heredoc closing delimiter
head -c 8000 can truncate mid-line, leaving no trailing newline.
The closing delimiter then appears on the same line as content
and GitHub Actions fails to recognize it. Add an explicit echo
to guarantee the delimiter is on its own line.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 514f3dc commit e6226ff
File tree
2 files changed
+104
-47
lines changed- .github/workflows
2 files changed
+104
-47
lines changed
0 commit comments