Update check.yml

pull/7478/head
Aleksandr Statciuk 3 years ago
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…
Cancel
Save