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