Răsfoiți Sursa

Update python-app.yml

Karl0ss 1 an în urmă
părinte
comite
de944c2a2f
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  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