From 2b7a7f90b7a270746bddc571edf4d01138c9109a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 29 Sep 2022 12:11:21 -0600 Subject: [PATCH] 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 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: ./