chore: test action
This commit is contained in:
parent
b88d313148
commit
e54788bc4f
2 changed files with 4 additions and 2 deletions
5
.github/workflows/fetch-artist-charts.yaml
vendored
5
.github/workflows/fetch-artist-charts.yaml
vendored
|
@ -19,8 +19,11 @@ jobs:
|
|||
endpoint: https://ws.audioscrobbler.com/2.0/?method=user.getweeklyartistchart&user=coryd_&api_key=${{ secrets.LASTFM_API_KEY }}&format=json
|
||||
configuration: '{ "method": "GET" }'
|
||||
save-location: 'src/_data/json'
|
||||
save-name: 'weekly-artist-charts.json'
|
||||
save-name: 'weekly-artist-charts'
|
||||
- name: Commit
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: Update artist charts for the week.
|
||||
commit_user_name: cdransf
|
||||
commit_user_email: hi@coryd.dev
|
||||
commit_author: Cory Dransfeldt
|
||||
|
|
Reference in a new issue