fix: use printf for PR body to avoid YAML indentation error in run block#4450
Conversation
Removed redundant line from PR body in release workflow.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe release PR workflow's ChangesRelease PR Workflow
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The multiline
BODY=bash string spanning lines 202-204 had line 204 at column 0, which terminates YAML's block scalar early — causing a YAML parse error that prevented the workflow from running at all.Fix: replace the multiline assignment with a single-line
printfcall so the content stays within therun:block's indentation level.Summary by CodeRabbit
No User-Facing Changes
This release contains internal process improvements to release automation with no visible impact to end-users.