chore: misc updates
This commit is contained in:
parent
1746f8803a
commit
86b4a96a9e
16 changed files with 32 additions and 37 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 'coryd@fastmail.com'
|
||||
git config --global user.email 'cory.dransfeldt@gmail.com'
|
||||
git add .
|
||||
git diff --quiet --cached || git commit -m "Update README"
|
||||
- name: Push changes
|
||||
|
|
2
.github/workflows/fetch-artist-charts.yaml
vendored
2
.github/workflows/fetch-artist-charts.yaml
vendored
|
@ -27,4 +27,4 @@ jobs:
|
|||
with:
|
||||
commit_message: Update artist charts for the week.
|
||||
commit_user_name: cdransf
|
||||
commit_user_email: coryd@fastmail.com
|
||||
commit_user_email: cory.dransfeldt@gmail.com
|
||||
|
|
Reference in a new issue