Skip to content

Commit

Permalink
fix: bug providing files_ignore without files input (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 14, 2022
1 parent 2bf9c4d commit 227e314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 227e314

Please sign in to comment.