chore: misc updates

This commit is contained in:
Cory Dransfeldt 2023-11-22 19:19:04 -08:00
parent 1746f8803a
commit 86b4a96a9e
16 changed files with 32 additions and 37 deletions

View file

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