diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 668bf08..698b20a 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -35,9 +35,9 @@ jobs: poetry run python main.py - name: Commit Changes run: | - git config --global user.name 'Karl Hudgell' - git config --global user.email 'karl@me.com' if ! git diff-index --quiet HEAD; then + git config --global user.name 'Karl Hudgell' + git config --global user.email 'karl@k-world.me.uk' git commit -am "Updated ical" git push fi