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:
parent
2bf9c4d198
commit
227e314ad8
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.7
|
||||
uses: tj-actions/glob@v7.8
|
||||
id: glob
|
||||
with:
|
||||
files: ${{ inputs.files }}
|
||||
|
|
Loading…
Add table
Reference in a new issue