Skip to content

Commit

Permalink
add gh details
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Dec 19, 2023
1 parent ca93f10 commit 2455ab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2455ab4

Please sign in to comment.