From 9bd2b24508397c8cc8b8bddf83425680d94da060 Mon Sep 17 00:00:00 2001 From: "Jeremy R. Manning" Date: Thu, 18 Jul 2024 15:00:37 -0400 Subject: [PATCH] Update cancel_events.yml --- .github/workflows/cancel_events.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cancel_events.yml b/.github/workflows/cancel_events.yml index 8d82301..19d9ce0 100644 --- a/.github/workflows/cancel_events.yml +++ b/.github/workflows/cancel_events.yml @@ -11,8 +11,10 @@ jobs: - name: Remove event scripts run: | rm -f .github/workflows/reminder_*.yml + rm -f scripts/send_email_*.py git config --global user.email "you@example.com" git config --global user.name "GitHub Action" git add .github/workflows/ + git add scripts/ git commit -m "Remove event reminder scripts" git push