remove: deprecated dir_names_exclude_root (#1291)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Tonye Jack
2023-06-23 12:06:47 -06:00
committed by GitHub
parent 63f203d400
commit faa5db4b1d
6 changed files with 7 additions and 23 deletions

View File

@@ -920,7 +920,7 @@ jobs:
exit 1
shell:
bash
- name: Run changed-files with dir_names and dir_names_exclude_root
- name: Run changed-files with dir_names and dir_names_exclude_current_dir
id: changed-files-dir-names-exclude-root
uses: ./
with:
@@ -928,7 +928,7 @@ jobs:
sha: ce8c1983
fetch_depth: 60000
dir_names: "true"
dir_names_exclude_root: "true"
dir_names_exclude_current_dir: "true"
dir_names_max_depth: "1"
- name: Show output
run: |