Skip to content

Commit

Permalink
Update notification-reminder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Sep 10, 2024
1 parent ccb3999 commit 75cb0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notification-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ORG_NAME: ${{ secrets.ORG_NAME }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
run: |
python -c "
python - <<EOF
import os
import requests
from github import Github
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
# Send Slack reminders
if all_activities:
send_slack_reminder(all_activities, slack_webhook_url)
"
EOF
- name: Debug environment variables
run: |
echo "GITHUB_TOKEN: $GITHUB_TOKEN"
Expand Down

0 comments on commit 75cb0ce

Please sign in to comment.