Explorar o código

Update python-app.yml

Karl0ss hai 1 ano
pai
achega
31cef1ca5e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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