chore: update uses

This commit is contained in:
cdransf 2023-11-04 20:02:56 +00:00 committed by Cory Dransfeldt
parent 2b789016c6
commit 637b37ce5d
13 changed files with 24 additions and 13 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 'gauze_0_saps@icloud.com'
git add .
git diff --quiet --cached || git commit -m "Update README"
- name: Push changes