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