chore: test action
This commit is contained in:
parent
a06db9bc18
commit
4e7159f1f6
1 changed files with 0 additions and 2 deletions
2
.github/workflows/fetch-artist-charts.yaml
vendored
2
.github/workflows/fetch-artist-charts.yaml
vendored
|
@ -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'
|
|
||||||
|
|
Reference in a new issue