diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c1126a28a9..2ebbc252e3f 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-\303\250.txt" "b/test/test-\303\250.txt" index 6de7b8c69d6..50865c4ec2b 100644 --- "a/test/test-\303\250.txt" +++ "b/test/test-\303\250.txt" @@ -1 +1 @@ -This is a test file. +This is a test file with non ascii character filename.