Skip to content

Commit

Permalink
Send added players email at end of players scrape action
Browse files Browse the repository at this point in the history
  • Loading branch information
peteb206 authored Nov 4, 2024
1 parent 5ca53d6 commit 32cad33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scrape-players.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
env:
GOOGLE_CLOUD_API_KEY: ${{ secrets.GOOGLE_CLOUD_API_KEY }}
run: |
python -c 'import scrape; scrape.schools(); scrape.players();'
python -c 'import scrape; scrape.schools(); scrape.players(); scrape.email_additions();'
26 changes: 0 additions & 26 deletions .github/workflows/send-added-players-email.yml

This file was deleted.

0 comments on commit 32cad33

Please sign in to comment.