diff --git a/README.md b/README.md index aa777e670bd..55582111d4f 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ Support this project with a :star: | [dir\_names](#input_dir_names) | string | false | `"false"` | Output unique changed directories instead
of filenames. **NOTE:** This returns
`.` for changed files located
in the current working directory
which defaults to `$GITHUB_WORKSPACE`. | | [dir\_names\_deleted\_files\_include\_only\_deleted\_dirs](#input_dir_names_deleted_files_include_only_deleted_dirs) | string | false | `"false"` | Include only directories that have
been deleted as opposed to
directory names of files that
have been deleted in the
`deleted_files` output when `dir_names` is
set to `true`. | | [dir\_names\_exclude\_current\_dir](#input_dir_names_exclude_current_dir) | string | false | `"false"` | Exclude the current directory represented
by `.` from the output
when `dir_names` is set to
`true`. | -| [dir\_names\_include\_files](#input_dir_names_include_files) | string | false | | Include files in the output
when `dir_names` is set to
`true`. **NOTE:** This returns only
the matching files and also
the directory names. | +| [dir\_names\_include\_files](#input_dir_names_include_files) | string | false | | File and directory patterns to
include in the output when
`dir_names` is set to `true`.
**NOTE:** This returns only the
matching files and also the
directory names. | | [dir\_names\_include\_files\_separator](#input_dir_names_include_files_separator) | string | false | `"\n"` | Separator used to split the
`dir_names_include_files` input | | [dir\_names\_max\_depth](#input_dir_names_max_depth) | string | false | | Limit the directory output to
a maximum depth e.g `test/test1/test2`
with max depth of `2`
returns `test/test1`. | | [escape\_json](#input_escape_json) | string | false | `"true"` | Escape JSON output. |