Files
n8n-mcp/.github/workflows
czlonkowski b2cd092ef6 fix: resolve YAML syntax errors in update-n8n-deps workflow
- Fixed multi-line commit message handling using proper heredoc syntax
- Replaced direct variable expansion in YAML strings with proper shell substitution
- Fixed GitHub output handling for PR body update summary
- Ensured consistent indentation throughout the workflow

The workflow was failing due to improper handling of multi-line strings
with variable expansion in YAML. Now using heredoc with placeholder
substitution for commit messages and proper GITHUB_OUTPUT syntax for
passing data between steps.
2025-06-16 16:14:10 +02:00
..