From 2455ab4a7a5f8b3f57c54549f1e240e4b6f1063f Mon Sep 17 00:00:00 2001 From: Josh Crites Date: Tue, 19 Dec 2023 16:30:33 -0500 Subject: [PATCH] add gh details --- .github/workflows/update.yaml | 2 ++ 1 file changed, 2 insertions(+) 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