Skip to content

Commit

Permalink
Remove printing of env var for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Nov 1, 2023
1 parent 165c5d0 commit 670dce1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate-dcc-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 670dce1

Please sign in to comment.