From 39283171cefdf491e0f0d6cf285b86b31eb6f3cd Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Wed, 19 Jul 2023 01:53:16 -0600 Subject: [PATCH] Updated README.md (#1391) Co-authored-by: repo-ranger[bot] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 50ea27d4..d3b9c9af 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,10 @@ Support this project with a :star: | quotepath | string | false | `"true"` | Use non-ascii characters to match
files and output the filenames
completely verbatim by setting this
to `false` | | recover\_deleted\_files | string | false | `"false"` | Recover deleted files. | | recover\_deleted\_files\_to\_destination | string | false | | Recover deleted files to a
new destination directory, defaults to
the original location. | +| recover\_files | string | false | | File and directory patterns used
to recover deleted files. | +| recover\_files\_ignore | string | false | | File and directory patterns to
ignore when recovering deleted files. | +| recover\_files\_ignore\_separator | string | false | `"\n"` | Separator used to split the
`recover_files_ignore` input | +| recover\_files\_separator | string | false | `"\n"` | Separator used to split the
`recover_files` input | | separator | string | false | `" "` | Split character for output strings | | sha | string | false | | Specify a different commit SHA
used for comparing changes | | since | string | false | | Get changed files for commits
whose timestamp is older than
the given time. |