From 9773cbb916a0557d15bc8a4f5a9725621bd47687 Mon Sep 17 00:00:00 2001 From: Dania Valladares Date: Wed, 19 Feb 2025 09:57:48 -0500 Subject: [PATCH] Update feature-launcher.yml --- .github/workflows/feature-launcher.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/feature-launcher.yml b/.github/workflows/feature-launcher.yml index e0707cd1..a6d34dad 100644 --- a/.github/workflows/feature-launcher.yml +++ b/.github/workflows/feature-launcher.yml @@ -60,3 +60,7 @@ jobs: req.write(JSON.stringify(payload)); req.end(); } + + sendNotification(discordWebhook, discordPayload); + sendNotification(slackWebhook, slackPayload); + '