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
|
||||
|
|
Reference in a new issue