From 30649ae7e04f5bd4c4bd13d46235ae3aa7f275b3 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 10 Jan 2023 12:55:11 -0700 Subject: [PATCH] Updated README.md (#943) Co-authored-by: repo-ranger[bot] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b44562a3..a2e15afa 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Support this project with a :star: | 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. | -| 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. | +| since\_last\_remote\_commit | string | false | `"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. |