Skip to content

Commit

Permalink
Update cancel_events.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymanning authored Jul 18, 2024
1 parent 86af80c commit 9bd2b24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cancel_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "GitHub Action"
git add .github/workflows/
git add scripts/
git commit -m "Remove event reminder scripts"
git push

0 comments on commit 9bd2b24

Please sign in to comment.