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 - <