From c5a7f0da4bd0229d58a3eaf16a4d5a7be1d4ee4a Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 26 Nov 2021 22:53:45 +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 c8b62b5734..d998841ed8 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -73,7 +73,7 @@ jobs: - name: Install Dependencies run: npm install - name: Format Playlists - run: node scripts/format.js --country=${{ matrix.country }} --timeout=60000 --debug + run: node scripts/format.js --country=${{ matrix.country }} --debug - name: Upload Artifact uses: actions/upload-artifact@v2 with: