diff --git a/.github/workflows/validate-dcc-config.yml b/.github/workflows/validate-dcc-config.yml index 7c72179..1bfdb11 100644 --- a/.github/workflows/validate-dcc-config.yml +++ b/.github/workflows/validate-dcc-config.yml @@ -23,11 +23,10 @@ jobs: with: format: 'csv' - id: filter_files + name: Filter files to dca_config.json files run: | echo "configs=$(echo ${{ steps.files.outputs.added_modified }} | tr ',' '\n' | grep dca_config\\.json | tr '\n' ',' | sed 's/\(.*\),/\1 /')" >> "$GITHUB_OUTPUT" - uses: actions/checkout@v4 - - run: | - echo ${{ steps.filter_files.outputs.configs }} - name: Validate JSON uses: docker://orrosenblatt/validate-json-action:latest env: