From e70433dbc93d1a6eb6353388932bf4a8ad1381e8 Mon Sep 17 00:00:00 2001 From: freearhey Date: Fri, 7 May 2021 03:32:56 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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