Merge pull request #4818 from iptv-org/fix-auto-update-workflow

Update auto-update.yml
This commit is contained in:
Aleksandr Statciuk
2021-10-01 20:27:09 +03:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Format Playlists
run: node scripts/format.js --country=${{ matrix.country }} --debug --offline
run: node scripts/format.js --country=${{ matrix.country }} --debug
- name: Upload Artifact
uses: actions/upload-artifact@v2
with: