chore: test action

This commit is contained in:
Cory Dransfeldt 2023-11-14 14:09:48 -08:00
parent a06db9bc18
commit 4e7159f1f6

View file

@ -12,5 +12,3 @@ jobs:
with: with:
endpoint: https://ws.audioscrobbler.com/2.0/?method=user.getweeklyartistchart&user=coryd_&api_key=${{ secrets.LASTFM_API_KEY }}&format=json endpoint: https://ws.audioscrobbler.com/2.0/?method=user.getweeklyartistchart&user=coryd_&api_key=${{ secrets.LASTFM_API_KEY }}&format=json
configuration: '{ "method": "GET" }' configuration: '{ "method": "GET" }'
save-location: 'src/_data/json'
save-name: 'weekly-artist-charts.json'