chore: test action

This commit is contained in:
Cory Dransfeldt 2023-11-14 14:50:04 -08:00
parent b88d313148
commit e54788bc4f
2 changed files with 4 additions and 2 deletions

View file

@ -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