Update check.yml
This commit is contained in:
parent
8957d32c76
commit
d8624a3fe8
|
@ -13,10 +13,10 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- uses: tj-actions/changed-files@v12.2
|
- uses: tj-actions/changed-files@v22.2
|
||||||
id: files
|
id: files
|
||||||
with:
|
with:
|
||||||
files: 'streams'
|
files: streams/*.m3u
|
||||||
- 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…
Reference in New Issue