🐛 fix(ci): remove dollar-double-brace expression from comment that still gets interpolated #47
Reference in New Issue
Block a user
Delete Branch "fix/ci-comment-still-interpolates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to PR #38. The runner interpolates expression syntax even inside bash comments — my fix kept a reference in a comment that re-injected the multi-line commit body and broke parsing on the next line. Symptom (still firing on PRs #40-#45): line 32 syntax error: unexpected newline → Update badges step fails. Fix: rewrite the comment without the literal expression. The other 3 references in the YAML are in if: contains(...) job-level conditions evaluated server-side as booleans — safe.