Skip to content

Commit

Permalink
ci: Try removing quotepath
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Feb 17, 2024
1 parent 1e738d1 commit 8d2faf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: tj-actions/changed-files@v42
with:
json: true
quotepath: false
escape_json: false
files: |
modules/**/environment.yml
Expand All @@ -36,17 +35,18 @@ jobs:
uses: tj-actions/changed-files@v42
with:
json: true
quotepath: false
escape_json: false
files: |
modules/**/Dockerfile
- name: List all changed files
run: echo '${{ steps.docker-diff.outputs.all_changed_files }}'

- name: Find Spack differences
id: spack-diff
uses: tj-actions/changed-files@v42
with:
json: true
quotepath: false
escape_json: false
files: |
modules/**/spack.yml
Expand Down

0 comments on commit 8d2faf8

Please sign in to comment.