fix: resolve bug with pattern matching on windows (#341)
This commit is contained in:
parent
fd7c70d42d
commit
fa18b2cf05
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -615,7 +615,7 @@ jobs:
|
|||||||
if: steps.changed-files-specific-only-changed.outputs.other_deleted_files != ''
|
if: steps.changed-files-specific-only-changed.outputs.other_deleted_files != ''
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ steps.changed-files-specific-only-changed.outputs.only_deleted }}" != "false" ]]; then
|
if [[ "${{ steps.changed-files-specific-only-changed.outputs.only_deleted }}" != "false" ]]; then
|
||||||
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-only-changed.outputs.only_deleted }})"
|
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-only-changed.outputs.only_deleted }})."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
shell:
|
shell:
|
||||||
|
@ -113,7 +113,7 @@ runs:
|
|||||||
id: base-sha
|
id: base-sha
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Glob match
|
- name: Glob match
|
||||||
uses: tj-actions/glob@v5
|
uses: tj-actions/glob@v6
|
||||||
id: glob
|
id: glob
|
||||||
with:
|
with:
|
||||||
files: ${{ inputs.files }}
|
files: ${{ inputs.files }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user