chore: update misc

This commit is contained in:
Cory Dransfeldt 2023-11-21 15:59:28 -08:00
parent d7def0be98
commit 3857cf5c8d
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 'gauze_0_saps@icloud.com'
git config --global user.email 'coryd@fastmail.com'
git add .
git diff --quiet --cached || git commit -m "Update README"
- name: Push changes