chore: update uses

This commit is contained in:
Cory Dransfeldt 2023-09-30 15:24:48 -07:00
parent 644fa3eeb9
commit 0c76629c96
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 'coryd@fastmail.com'
git add .
git diff --quiet --cached || git commit -m "Update README"
- name: Push changes