Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwinchester authored Dec 30, 2023
1 parent a984f13 commit 4bcef82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ jobs:
- run: pip install requests bs4
- name: Run crawler
run: python crawler/main.py
- name: Add and commit
run: |
git add .
git config user.name "Automated"
git config user.email "[email protected]"
git commit -m "Latest data"
- name: Push
run: git push

0 comments on commit 4bcef82

Please sign in to comment.