From 8d2faf8579978fb4ae15a9d9c9175375a78f445b Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sat, 17 Feb 2024 15:19:41 -0600 Subject: [PATCH] ci: Try removing quotepath --- .github/workflows/wave.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wave.yml b/.github/workflows/wave.yml index 1f09b3616b7..ae68f6a3d29 100644 --- a/.github/workflows/wave.yml +++ b/.github/workflows/wave.yml @@ -26,7 +26,6 @@ jobs: uses: tj-actions/changed-files@v42 with: json: true - quotepath: false escape_json: false files: | modules/**/environment.yml @@ -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