Skip to content

Commit

Permalink
Merge pull request #659 from tj-actions/chore/test-using-non-ascii-ch…
Browse files Browse the repository at this point in the history
…aracters-in-files-input
  • Loading branch information
jackton1 committed Sep 29, 2022
2 parents 8f03b98 + b90d0ab commit 5a03253
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -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: ./
Expand Down
2 changes: 1 addition & 1 deletion test/test-è.txt
@@ -1 +1 @@
This is a test file.
This is a test file with non ascii character filename.

0 comments on commit 5a03253

Please sign in to comment.