From 65f995199836e0bd0ef217936b8760f306ca0bcd Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 23 Oct 2021 07:19:08 +0300 Subject: [PATCH] Update auto-update.yml For test only --- .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 a0f16ef740..4c3c774455 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -49,7 +49,7 @@ jobs: - name: Install Dependencies run: npm install - name: Format Playlists - run: node scripts/format.js --country=${{ matrix.country }} --debug + run: node scripts/format.js --country=${{ matrix.country }} --debug --offline - name: Upload Artifact uses: actions/upload-artifact@v2 with: