mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-27 20:53:08 +00:00
Fixed invalid multi-line string syntax at line 148 by converting to heredoc. The quoted multi-line string was breaking YAML parsing. Using heredoc (cat <<EOF) is the proper way to handle multi-line strings in bash within GitHub Actions. This resolves the CI failure on main branch. Concieved by Romuald Członkowski - www.aiadvisors.pl/en 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>