mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
fixed the test
This commit is contained in:
parent
9962dc418e
commit
eea929be22
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -127,9 +127,9 @@ jobs:
|
||||||
until: "2022-08-20"
|
until: "2022-08-20"
|
||||||
|
|
||||||
- name: Check output
|
- name: Check output
|
||||||
if: "!contains(steps.changed-files-until.outputs.all_changed_files, 'entrypoint.sh')"
|
if: "!contains(steps.changed-files-until.outputs.all_changed_files, 'README.md')"
|
||||||
run: |
|
run: |
|
||||||
echo "Invalid output: Expected to include (entrypoint.sh) got (${{ steps.changed-files-until.outputs.all_changed_files }})"
|
echo "Invalid output: Expected to include (README.md) got (${{ steps.changed-files-until.outputs.all_changed_files }})"
|
||||||
exit 1
|
exit 1
|
||||||
shell:
|
shell:
|
||||||
bash
|
bash
|
||||||
|
|
Loading…
Reference in a new issue