chore: update uses

This commit is contained in:
Cory Dransfeldt 2024-02-13 09:49:50 -08:00
parent 4a543742f7
commit 9bb67b6dd7
No known key found for this signature in database
17 changed files with 19 additions and 20 deletions

View file

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