소스 검색

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