diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fcc0ad54..09d139a42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 "actions@users.noreply.github.com" + git commit -m "Latest data" + - name: Push + run: git push