Explorar o código

Update python-app.yml

Karl0ss hai 1 ano
pai
achega
de944c2a2f
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      .github/workflows/python-app.yml

+ 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