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. |