diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c1126a2..2ebbc252 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -284,6 +284,17 @@ jobs: echo "Your README.md has been modified ${{ steps.changed-files.outputs.modified_files }}." shell: bash + - name: Run changed-files with quotepath disabled for single path + id: changed-files-quotepath-specific + uses: ./ + with: + files: test/test-è.txt + quotepath: "false" + - name: Show output + run: | + echo '${{ toJSON(steps.changed-files-quotepath-specific.outputs) }}' + shell: + bash - name: Run changed-files with quotepath disabled id: changed-files-quotepath uses: ./ diff --git a/test/test-è.txt b/test/test-è.txt index 6de7b8c6..50865c4e 100644 --- a/test/test-è.txt +++ b/test/test-è.txt @@ -1 +1 @@ -This is a test file. +This is a test file with non ascii character filename.