We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178671a commit 4678db8Copy full SHA for 4678db8
.github/workflows/notifications.yml
@@ -39,6 +39,7 @@ jobs:
39
// Escape special characters for Slack
40
const escapeForSlack = (text) => {
41
return text
42
+ .replace(/"/g, '"')
43
.replace(/&/g, '&')
44
.replace(/</g, '<')
45
.replace(/[@]/g, '\\@')
0 commit comments