diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index 447d969a..d2d7727b 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -39,6 +39,7 @@ jobs: // Escape special characters for Slack const escapeForSlack = (text) => { return text + .replace(/"/g, '"') .replace(/&/g, '&') .replace(/