From bb018090b06f0ce11c13470e1f18a579894bf424 Mon Sep 17 00:00:00 2001 From: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:36:28 +0530 Subject: [PATCH] Update notification-reminder.yml --- .github/workflows/notification-reminder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/notification-reminder.yml b/.github/workflows/notification-reminder.yml index 814c7c8..3bafd93 100644 --- a/.github/workflows/notification-reminder.yml +++ b/.github/workflows/notification-reminder.yml @@ -46,6 +46,7 @@ jobs: ORG_NAME: ${{ secrets.ORG_NAME }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} run: | + #!/usr/bin/env python import os import json import requests