chore: update uses
This commit is contained in:
parent
4a543742f7
commit
9bb67b6dd7
17 changed files with 19 additions and 20 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 '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