chore: update email

This commit is contained in:
Cory Dransfeldt 2023-08-21 14:59:09 -07:00
parent d45eea7e93
commit dfd7671b9f
No known key found for this signature in database
20 changed files with 12 additions and 108 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Commit file changes
run: |
git config --global user.name 'cdransf'
git config --global user.email 'coryd@hey.com'
git config --global user.email 'cory.dransfeldt@gmail.com'
git add .
git diff --quiet --cached || git commit -m "Update README"
- name: Push changes