chore: update uses

This commit is contained in:
Cory Dransfeldt 2023-12-29 20:48:52 -08:00
parent cf2d99ccd1
commit 55dae14acf
No known key found for this signature in database
15 changed files with 18 additions and 17 deletions

View file

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