chore: update uses
This commit is contained in:
parent
3d12e257cd
commit
3e3b16f343
15 changed files with 20 additions and 18 deletions
2
.github/workflows/reading.yaml
vendored
2
.github/workflows/reading.yaml
vendored
|
@ -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
|
Reference in a new issue