chore: misc updates
This commit is contained in:
parent
d8decbb7c5
commit
e77908238d
11 changed files with 13 additions and 13 deletions
2
.github/workflows/blog-posts-to-readme.yaml
vendored
2
.github/workflows/blog-posts-to-readme.yaml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue