mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 13:34:51 +00:00
Updated the test
This commit is contained in:
parent
ce8c198347
commit
35d9bb6ce9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -451,7 +451,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
base_sha: dddfbd69
|
||||
sha: 1982157
|
||||
sha: ce8c1983
|
||||
fetch_depth: 60000
|
||||
dir_names: "true"
|
||||
dir_names_exclude_root: "true"
|
||||
|
@ -461,9 +461,9 @@ jobs:
|
|||
shell:
|
||||
bash
|
||||
- name: Check dir_names output
|
||||
if: steps.changed-files-dir-names-exclude-root.outputs.all_changed_files != ""
|
||||
if: steps.changed-files-dir-names-exclude-root.outputs.all_changed_files != '.github'
|
||||
run: |
|
||||
echo "Invalid output: Expected (empty) got (${{ steps.changed-files-dir-names-exclude-root.outputs.all_changed_files }})"
|
||||
echo "Invalid output: Expected (.github) got (${{ steps.changed-files-dir-names-exclude-root.outputs.all_changed_files }})"
|
||||
exit 1
|
||||
shell:
|
||||
bash
|
||||
|
|
Loading…
Reference in a new issue