From 4e7159f1f6945ef9d209d73da88dcfc20dacaab1 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 14 Nov 2023 14:09:48 -0800 Subject: [PATCH] chore: test action --- .github/workflows/fetch-artist-charts.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/fetch-artist-charts.yaml b/.github/workflows/fetch-artist-charts.yaml index b76e4bda..cb43d01f 100644 --- a/.github/workflows/fetch-artist-charts.yaml +++ b/.github/workflows/fetch-artist-charts.yaml @@ -12,5 +12,3 @@ jobs: with: 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'