From b6b22e00d52f2a48eac2d9f92c47be82b341b848 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 14 Nov 2023 14:44:06 -0800 Subject: [PATCH] chore: test action --- .github/workflows/fetch-artist-charts.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fetch-artist-charts.yaml b/.github/workflows/fetch-artist-charts.yaml index b7fcabe5..3ba47139 100644 --- a/.github/workflows/fetch-artist-charts.yaml +++ b/.github/workflows/fetch-artist-charts.yaml @@ -15,8 +15,6 @@ jobs: save-location: 'src/_data/json' save-name: 'weekly-artist-charts.json' - name: Commit - uses: EndBug/add-and-commit@v9 + uses: stefanzweifel/git-auto-commit-action@v5 with: - add: 'src/_data/json/weekly-artist-charts.json' - author_name: 'Cory Dransfeldt' - author_email: 'hi@coryd.dev' + commit_message: Update artist charts for the week.