From 7ab1098be5b0046986924d0b428043f8a9dd6b07 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 4 Mar 2022 16:05:46 +0300 Subject: [PATCH] Update _load.yml --- .github/workflows/_load.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/_load.yml b/.github/workflows/_load.yml index 17e58f35..37f7413e 100644 --- a/.github/workflows/_load.yml +++ b/.github/workflows/_load.yml @@ -15,10 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Download data from API - run: | - mkdir -p scripts/data - curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json + - run: npm run api:load - uses: FedericoCarboni/setup-ffmpeg@v1 - uses: actions/setup-node@v2 if: ${{ !env.ACT }}