From e22594791889b7490a62c797949c97a3e93f2230 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 31 Jul 2021 21:55:17 +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 4ed5160ca8..ce91e8e6e2 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -46,7 +46,7 @@ jobs: - name: Install Dependencies run: npm install - name: Format Playlists - run: node scripts/format.js + run: node scripts/format.js --resolution - name: Upload Artifact uses: actions/upload-artifact@v2 with: