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_PATH: ${{ inputs.path }}
INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }} INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }}
- name: Glob match - name: Glob match
uses: tj-actions/glob@v7.14 uses: tj-actions/glob@v7.15
id: glob id: glob
with: with:
files: ${{ inputs.files }} files: ${{ inputs.files }}