3
0
Fork 0
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:
Tonye Jack 2023-01-31 17:09:22 -07:00
parent ce8c198347
commit 35d9bb6ce9

View file

@ -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