mirror of
https://github.com/tj-actions/changed-files
synced 2025-03-05 21:06:25 +00:00
Update action.yml
This commit is contained in:
parent
eb97e78971
commit
aae4005247
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ inputs:
|
|||
description: "Maximum depth of directories to output. e.g `test/test1/test2` with max depth of `2` returns `test/test1`."
|
||||
required: false
|
||||
dir_names_exclude_root:
|
||||
description: "Exclude the root directory from the output. **NOTE:** This would exclude `.` from the output."
|
||||
description: "Exclude the root directory represented by `.` from the output when `dir_names`is set to `true`."
|
||||
required: false
|
||||
default: "false"
|
||||
json:
|
||||
|
|
Loading…
Add table
Reference in a new issue