From 1224434105078769bcfe99bac23347ae7ced0810 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 29 Oct 2021 10:49:03 +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 883701e6..d5b9c27f 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: npx epg-grabber --config=sites/${{ matrix.guide.site }}/${{ matrix.guide.site }}.config.js --channels=sites/${{ matrix.guide.site }}/${{ matrix.guide.site }}_${{ matrix.guide.country }}.channels.xml --days=2 --output=.gh-pages/guides/${{ matrix.guide.country }}/${{ matrix.guide.site }}.epg.xml + run: NODE_OPTIONS=--http-parser=legacy npx epg-grabber --config=sites/${{ matrix.guide.site }}/${{ matrix.guide.site }}.config.js --channels=sites/${{ matrix.guide.site }}/${{ matrix.guide.site }}_${{ matrix.guide.country }}.channels.xml --days=2 --output=.gh-pages/guides/${{ matrix.guide.country }}/${{ matrix.guide.site }}.epg.xml - name: Upload Artifact uses: actions/upload-artifact@v2 with: