chore: update uses
This commit is contained in:
parent
644fa3eeb9
commit
0c76629c96
15 changed files with 18 additions and 17 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 'cory.dransfeldt@gmail.com'
|
||||
git config --global user.email 'coryd@fastmail.com'
|
||||
git add .
|
||||
git diff --quiet --cached || git commit -m "Update README"
|
||||
- name: Push changes
|
||||
|
|
Reference in a new issue