3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-06 09:41:22 +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: ./ uses: ./
with: with:
base_sha: dddfbd69 base_sha: dddfbd69
sha: 1982157 sha: ce8c1983
fetch_depth: 60000 fetch_depth: 60000
dir_names: "true" dir_names: "true"
dir_names_exclude_root: "true" dir_names_exclude_root: "true"
@ -461,9 +461,9 @@ jobs:
shell: shell:
bash bash
- name: Check dir_names output - 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: | 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 exit 1
shell: shell:
bash bash