chore: update email

This commit is contained in:
Cory Dransfeldt 2023-08-02 16:01:15 -07:00
parent 8c3ce8d06e
commit c02b031df0
No known key found for this signature in database
12 changed files with 13 additions and 13 deletions

View file

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