diff --git a/README.md b/README.md index 533a8179..b4a10efd 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,8 @@ Support this project with a :star: |-----------------------------------------|--------|----------|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | base\_sha | string | false | | Specify a different base commit
SHA used for comparing changes | | diff\_relative | string | false | `"true"` | Exclude changes outside the current
directory and show path names
relative to it. **NOTE:** This
requires you to specify the
top level directory via the
`path` input. | -| dir\_names | string | false | `"false"` | Output unique changed directories instead
of filenames. **NOTE:** This returns
`.` for changed files located
in the root of the
project. | +| 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\_exclude\_current\_dir | string | false | `"false"` | Exclude the current directory represented
by `.` from the output
when `dir_names` is set to
`true`. | | dir\_names\_exclude\_root | string | false | `"false"` | Exclude the root directory represented
by `.` from the output
when `dir_names`is set to `true`. | | 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 | string | false | `"true"` | Escape JSON output. |