From 2b7a7f90b7a270746bddc571edf4d01138c9109a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 29 Sep 2022 12:11:21 -0600 Subject: [PATCH 1/2] chore: test using non ascii characters in files input --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: ./ From b90d0ab1367cc036b5422e1ccc488faf218bf489 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 29 Sep 2022 12:12:21 -0600 Subject: [PATCH 2/2] =?UTF-8?q?Update=20test-=C3=A8.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "test/test-\303\250.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.