molecule-core/.github/workflows
Hongming Wang dbe96ca11d fix(ci): replace heredoc JSON with printf in publish workflows
The heredoc block writing Docker config.json had unindented `{` at
column 1, which GitHub Actions' YAML parser interpreted as a flow
mapping start — causing every publish-platform-image and
publish-canvas-image run to fail with 0 jobs (startup_failure).

Replace `cat <<'JSON' ... JSON` with a single `printf` call that
produces identical config.json content without confusing the parser.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 08:20:43 -07:00
..
ci.yml fix(ci): remove molecli build step — CLI moved to standalone repo 2026-04-16 05:28:10 -07:00
e2e-api.yml ci: extract e2e-api into dedicated workflow with run-level cancel protection (#458) 2026-04-16 11:15:13 +00:00
publish-canvas-image.yml fix(ci): replace heredoc JSON with printf in publish workflows 2026-04-16 08:20:43 -07:00
publish-platform-image.yml fix(ci): replace heredoc JSON with printf in publish workflows 2026-04-16 08:20:43 -07:00