Update python-app.yml

This commit is contained in:
Karl0ss 2023-11-28 08:26:10 +00:00 committed by GitHub
parent e8c4807cd6
commit de944c2a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,3 +33,9 @@ jobs:
- name: Get Latest Fixtures
run: |
poetry run python main.py
- name: Commit Changes
run: |
git config --global user.name 'Karl Hudgell'
git config --global user.email 'karl@me.com'
git commit -am "Updated ical"
git push