From 390e2d87787a681f21dd94f5c96b81748f148fb4 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 10 May 2022 15:04:09 +0300 Subject: [PATCH] Update _check.yml --- .github/workflows/_check.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_check.yml b/.github/workflows/_check.yml index f380ef95..19f9dbad 100644 --- a/.github/workflows/_check.yml +++ b/.github/workflows/_check.yml @@ -17,15 +17,15 @@ jobs: run: | mkdir -p scripts/data curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json + - uses: tj-actions/changed-files@v12.2 + id: files + with: + files: 'sites' - uses: actions/setup-node@v2 if: ${{ !env.ACT && steps.files.outputs.any_changed == 'true' }} with: node-version: '14' cache: 'npm' - - uses: tj-actions/changed-files@v12.2 - id: files - with: - files: 'sites' - name: validate if: steps.files.outputs.any_changed == 'true' run: |