chore: update email
This commit is contained in:
parent
8c3ce8d06e
commit
c02b031df0
12 changed files with 13 additions and 13 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Commit file changes
|
||||
run: |
|
||||
git config --global user.name 'cdransf'
|
||||
git config --global user.email 'hi@coryd.dev'
|
||||
git config --global user.email 'coryd@hey.com'
|
||||
git add .
|
||||
git diff --quiet --cached || git commit -m "Update README"
|
||||
- name: Push changes
|
||||
|
|
2
.github/workflows/blog-posts-to-readme.yaml
vendored
2
.github/workflows/blog-posts-to-readme.yaml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Commit file changes
|
||||
run: |
|
||||
git config --global user.name 'cdransf'
|
||||
git config --global user.email 'hi@coryd.dev'
|
||||
git config --global user.email 'coryd@hey.com'
|
||||
git add .
|
||||
git diff --quiet --cached || git commit -m "Update README"
|
||||
- name: Push changes
|
||||
|
|
2
.github/workflows/read-action.yaml
vendored
2
.github/workflows/read-action.yaml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Commit updated read file
|
||||
run: |
|
||||
git pull
|
||||
git config --local user.email "hi@coryd.dev"
|
||||
git config --local user.email "coryd@hey.com"
|
||||
git config --local user.name "Cory Dransfeldt"
|
||||
git add -A && git commit -m "📚 “${{ env.BookTitle }}” (${{ env.BookStatus }})"
|
||||
git push
|
Reference in a new issue