From e4e76943d643113dcf1458aecb541063cbdc63fd Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:05:35 -0600 Subject: [PATCH] Updated README.md (#1477) Co-authored-by: jackton1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12d4b789..bc5bfcb6 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,7 @@ Support this project with a :star: | dir\_names\_include\_files\_separator | string | false | `"\n"` | Separator used to split the
`dir_names_include_files` 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 | string | false | `"true"` | Escape JSON output. | +| fetch\_additional\_submodule\_history | string | false | `"false"` | Fetch additional history for submodules. | | fetch\_depth | string | false | `"50"` | Depth of additional branch history
fetched. **NOTE**: This can be
adjusted to resolve errors with
insufficient history. | | files | string | false | | File and directory patterns used
to detect changes (Defaults to the entire repo if unset) **NOTE:**
Multiline file/directory patterns should not
include quotes. | | files\_from\_source\_file | string | false | | Source file(s) used to populate
the `files` input. |