chore: misc updates

This commit is contained in:
Cory Dransfeldt 2023-11-01 17:11:23 -07:00
parent d8decbb7c5
commit e77908238d
11 changed files with 13 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 'coryd@fastmail.com'
git config --global user.email 'cory.dransfeldt@icloud.com'
git add .
git diff --quiet --cached || git commit -m "Update README"
- name: Push changes