chore: update uses

This commit is contained in:
Cory Dransfeldt 2023-11-04 18:35:17 -07:00
parent e52a62fad7
commit e9056df7ad
11 changed files with 12 additions and 12 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@icloud.com'
git config --global user.email 'hi@coryd.dev'
git add .
git diff --quiet --cached || git commit -m "Update README"
- name: Push changes