chore: update misc
This commit is contained in:
parent
d7def0be98
commit
3857cf5c8d
11 changed files with 12 additions and 12 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 'gauze_0_saps@icloud.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