chore: update uses

This commit is contained in:
Cory Dransfeldt 2024-04-30 15:38:18 -07:00
parent 3d12e257cd
commit 3e3b16f343
No known key found for this signature in database
15 changed files with 20 additions and 18 deletions

View file

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