Karl0ss 1 жил өмнө
parent
commit
de944c2a2f

+ 6 - 0
.github/workflows/python-app.yml

@@ -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