mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-19 05:23:48 +00:00
fix: resolved error with escaping unicode unsafe characters (#459)
This commit is contained in:
parent
969e5d8dad
commit
a2f1692a6f
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ runs:
|
|||
INPUT_PATH: ${{ inputs.path }}
|
||||
INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }}
|
||||
- name: Glob match
|
||||
uses: tj-actions/glob@v7.14
|
||||
uses: tj-actions/glob@v7.15
|
||||
id: glob
|
||||
with:
|
||||
files: ${{ inputs.files }}
|
||||
|
|
Loading…
Add table
Reference in a new issue