mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update _check.yml
This commit is contained in:
parent
1ca1175492
commit
67d0e387d1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/_check.yml
vendored
4
.github/workflows/_check.yml
vendored
|
@ -17,10 +17,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p scripts/data
|
mkdir -p scripts/data
|
||||||
curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json
|
curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json
|
||||||
- uses: tj-actions/changed-files@v12.2
|
- uses: tj-actions/changed-files@v19
|
||||||
id: files
|
id: files
|
||||||
with:
|
with:
|
||||||
files: 'sites'
|
files: sites/**/*.channels.xml
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
if: ${{ !env.ACT && steps.files.outputs.any_changed == 'true' }}
|
if: ${{ !env.ACT && steps.files.outputs.any_changed == 'true' }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue