chore: test action
This commit is contained in:
parent
923b3479e8
commit
b6b22e00d5
1 changed files with 2 additions and 4 deletions
6
.github/workflows/fetch-artist-charts.yaml
vendored
6
.github/workflows/fetch-artist-charts.yaml
vendored
|
@ -15,8 +15,6 @@ jobs:
|
||||||
save-location: 'src/_data/json'
|
save-location: 'src/_data/json'
|
||||||
save-name: 'weekly-artist-charts.json'
|
save-name: 'weekly-artist-charts.json'
|
||||||
- name: Commit
|
- name: Commit
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
add: 'src/_data/json/weekly-artist-charts.json'
|
commit_message: Update artist charts for the week.
|
||||||
author_name: 'Cory Dransfeldt'
|
|
||||||
author_email: 'hi@coryd.dev'
|
|
||||||
|
|
Reference in a new issue