From 75cb0ce2ab911c3b347c0e069464d794b17ff553 Mon Sep 17 00:00:00 2001 From: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:28:01 +0530 Subject: [PATCH] Update notification-reminder.yml --- .github/workflows/notification-reminder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notification-reminder.yml b/.github/workflows/notification-reminder.yml index 711d213..1fb86a7 100644 --- a/.github/workflows/notification-reminder.yml +++ b/.github/workflows/notification-reminder.yml @@ -46,7 +46,7 @@ jobs: ORG_NAME: ${{ secrets.ORG_NAME }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} run: | - python -c " + python - <