From 0d69c95af61436d18b560b11efbeab7323d6bf28 Mon Sep 17 00:00:00 2001 From: "repo-ranger[bot]" Date: Mon, 19 Dec 2022 17:51:53 +0000 Subject: [PATCH] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a59c62db7f..7ecccd30cde 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Support this project with a :star: | json | string | false | `"false"` | Output list of changed files in a
JSON formatted string which can be used
for matrix jobs. | | 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. | | 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 | @@ -182,6 +183,7 @@ Support this project with a :star: | since | string | false | | Get changed files for commits whose timestamp
is older than the given time. | | since\_last\_remote\_commit | string | true | `"false"` | Use the last commit on the remote
branch as the `base_sha`. Defaults to the
last non merge commit on the target
branch for pull request events and the
previous remote commit of the current branch
for push events. | | until | string | false | | Get changed files for commits whose timestamp
is earlier than the given time. | +| write\_output\_files | string | false | `"false"` | Write outputs to files in the `.github/outputs`
folder by default. |