Update action.yml

This commit is contained in:
Tonye Jack 2023-01-31 17:23:32 -07:00 committed by GitHub
parent eb97e78971
commit aae4005247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`." description: "Maximum depth of directories to output. e.g `test/test1/test2` with max depth of `2` returns `test/test1`."
required: false required: false
dir_names_exclude_root: 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 required: false
default: "false" default: "false"
json: json: