Skip to content

Commit

Permalink
Run the Python script
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jul 31, 2024
1 parent c77e547 commit e900992
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/periodic-scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ jobs:
- name: Install depenencies
run: pip install requests


- name: Run Python script for scraping
run: |
cd scripts
python scrape-for-contributors.py
- name: Temp
run: echo TODO

0 comments on commit e900992

Please sign in to comment.