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: ./