chore: update email
This commit is contained in:
parent
8c3ce8d06e
commit
c02b031df0
12 changed files with 13 additions and 13 deletions
2
.github/workflows/read-action.yaml
vendored
2
.github/workflows/read-action.yaml
vendored
|
@ -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
|
Reference in a new issue