diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 6cd2724..b49b8c9 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -29,6 +29,8 @@ jobs: - name: Commit and push changes run: | + git config --global user.email "jc@joshcrites.com" + git config --global user.name "Josh" git add . git commit -m "Automated changes" -a || echo "No changes to commit" git push