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.