3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-03-05 21:06:25 +00:00

fix: bug providing files_ignore without files input (#431)

This commit is contained in:
Tonye Jack 2022-03-14 14:43:28 -04:00 committed by GitHub
parent 2bf9c4d198
commit 227e314ad8
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.7
uses: tj-actions/glob@v7.8
id: glob
with:
files: ${{ inputs.files }}