From e5f5b90a434cc373565cb08dda633b02d5235d2f Mon Sep 17 00:00:00 2001 From: jackton1 Date: Wed, 14 Jun 2023 20:00:04 +0000 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86b89f8b1ce..5cee68d4bd2 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,7 @@ Support this project with a :star: | old\_new\_files\_separator | string | false | `" "` | Split character for old and
new renamed filename pairs. | | old\_new\_separator | string | false | `","` | Split character for old and
new filename pairs. | | output\_dir | string | false | `".github/outputs"` | Directory to store output files. | +| output\_renamed\_files\_as\_deleted\_and\_added | string | false | `"false"` | Output renamed files as deleted
and added files. | | path | string | false | `"."` | Specify a relative path under
`$GITHUB_WORKSPACE` to locate the repository. | | quotepath | string | false | `"true"` | Use non ascii characters to
match files and output the
filenames completely verbatim by setting
this to `false` | | separator | string | false | `" "` | Split character for output strings |