diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index b8e19463ae..e46ce2f305 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -194,7 +194,7 @@ jobs: - name: Install Dependencies run: npm install - name: Format Playlists - run: node scripts/format.js --country=${{ matrix.country }} --resolution + run: node scripts/format.js --country=${{ matrix.country }} - name: Commit Changes run: | git config user.name github-actions