You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use actual newlines in Slack notification strings
The $'\n' syntax produces actual newline characters that jq will
properly JSON-encode, rather than literal backslash-n which would
be double-escaped.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments