浏览代码

Update python-app.yml

Karl0ss 1 年之前
父节点
当前提交
31cef1ca5e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/python-app.yml

+ 2 - 2
.github/workflows/python-app.yml

@@ -35,9 +35,9 @@ jobs:
          poetry run python main.py
     - name: Commit Changes
       run: |
-        git config --global user.name 'Karl Hudgell'
-        git config --global user.email 'karl@me.com'
         if ! git diff-index --quiet HEAD; then
+          git config --global user.name 'Karl Hudgell'
+          git config --global user.email 'karl@k-world.me.uk'
           git commit -am "Updated ical"
           git push
         fi