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

@ -51,7 +51,7 @@ jobs:
- name: Commit updated read file
run: |
git pull
git config --local user.email "hi@coryd.dev"
git config --local user.email "coryd@hey.com"
git config --local user.name "Cory Dransfeldt"
git add -A && git commit -m "📚 “${{ env.BookTitle }}” (${{ env.BookStatus }})"
git push