Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 4, 2024
1 parent 836befc commit 97ad44a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
using: 'composite'
steps:
- name: Glob match
uses: tj-actions/glob@v17
uses: tj-actions/glob@v18
if: inputs.files != ''
id: glob
with:
Expand All @@ -51,6 +51,7 @@ runs:
separator: "|"
match-directories: false
match-gitignore-files: ${{ inputs.match-gitignore-files }}
escape-paths: ${{ inputs.safe_output }}
- run: |
bash $GITHUB_ACTION_PATH/entrypoint.sh
id: verify-changed-files
Expand Down

0 comments on commit 97ad44a

Please sign in to comment.