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 4bcef82 commit d8142d5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ 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
- name: Add and commit
id: add_commit
uses: EndBug/add-and-commit@v9
with:
committer_name: Automated
committer_email: [email protected]
message: "Latest data"

0 comments on commit d8142d5

Please sign in to comment.