Revert "chore: test action"

This reverts commit 4e7159f1f6.
This commit is contained in:
Cory Dransfeldt 2023-11-14 14:10:44 -08:00
parent 4e7159f1f6
commit 89171f99ef

View file

@ -12,3 +12,5 @@ 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'