3
0
Fork 0
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:
Tonye Jack 2022-03-30 08:17:26 -04:00 committed by GitHub
parent 969e5d8dad
commit a2f1692a6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}