mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Update check.yml
This commit is contained in:
parent
7c5670cc50
commit
c748f4ca37
1 changed files with 3 additions and 3 deletions
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
|
@ -25,9 +25,9 @@ jobs:
|
||||||
- name: download data from api
|
- name: download data from api
|
||||||
if: steps.files.outputs.any_changed == 'true'
|
if: steps.files.outputs.any_changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
mkdir -p scripts/data
|
mkdir -p scripts/tmp/data
|
||||||
curl -L -o scripts/data/blocklist.json https://iptv-org.github.io/api/blocklist.json
|
curl -L -o scripts/tmp/data/blocklist.json https://iptv-org.github.io/api/blocklist.json
|
||||||
curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json
|
curl -L -o scripts/tmp/data/channels.json https://iptv-org.github.io/api/channels.json
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
if: steps.files.outputs.any_changed == 'true'
|
if: steps.files.outputs.any_changed == 'true'
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue