fix: excluding current dir with max depth less than 2 (#1375)

Co-authored-by: tj-actions[bot] <109116665+tj-actions-bot@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Tonye Jack
2023-07-13 13:01:23 -06:00
committed by GitHub
parent ef327f98b5
commit 2a968ff601
4 changed files with 6 additions and 5 deletions

View File

@@ -914,6 +914,7 @@ jobs:
fetch_depth: 60000
dir_names: "true"
dir_names_max_depth: 3
dir_names_exclude_current_dir: "true"
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-dir-names-max-depth.outputs) }}'