chore: update email
This commit is contained in:
parent
d45eea7e93
commit
dfd7671b9f
20 changed files with 12 additions and 108 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@hey.com'
|
||||
git config --global user.email 'cory.dransfeldt@gmail.com'
|
||||
git add .
|
||||
git diff --quiet --cached || git commit -m "Update README"
|
||||
- name: Push changes
|
||||
|
|
Reference in a new issue