瀏覽代碼

Update python-app.yml

Karl0ss 1 年之前
父節點
當前提交
de944c2a2f
共有 1 個文件被更改,包括 6 次插入0 次删除
  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