diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 402127b39dc..51ef29a2c21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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) }}' diff --git a/action.yml b/action.yml index 0e6a5f24c49..5a4cda09341 100644 --- a/action.yml +++ b/action.yml @@ -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 }}