From c00de53e7394611eb9e804986552eb3faf4eb88f Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 12 Oct 2021 21:51:32 +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 cd875e1a..58575618 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -47,7 +47,7 @@ jobs: - name: Install Dependencies run: npm install - name: Run Grabber - run: node scripts/grab.js --channels=channels/${{ matrix.country }}.xml --output=.gh-pages/guides/${{ matrix.country }}.xml --days=${{ matrix.days }} + run: node scripts/grab.js --site=${{ matrix.site }} --country=${{ matrix.country }} --days=2 --output=.gh-pages/guides/${{ matrix.country }}/${{ matrix.site }}.epg.xml - name: Upload Artifact uses: actions/upload-artifact@v2 with: