Skip to content

Commit

Permalink
Merge pull request #594 from tj-actions/chore/update-tj-actions-glob
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Aug 22, 2022
2 parents e185973 + 4ae6f80 commit 98c01d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -305,6 +305,7 @@ jobs:
- name: Run changed-files since 2022-08-19
id: changed-files-since
uses: ./
continue-on-error: true
with:
since: "2022-08-19"
- name: Show output
Expand All @@ -315,8 +316,9 @@ jobs:
- name: Run changed-files until 2022-08-20
id: changed-files-until
uses: ./
continue-on-error: true
with:
until: "2022-08-21"
until: "2022-08-20"
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-until.outputs) }}'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -203,7 +203,7 @@ runs:
INPUT_PATH: ${{ inputs.path }}
INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }}
- name: Glob match
uses: tj-actions/glob@v10
uses: tj-actions/glob@v11.1
id: glob
with:
files: ${{ inputs.files }}
Expand Down

0 comments on commit 98c01d6

Please sign in to comment.