From a625ca325f498d75648b0ec941834edc16e71a40 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Sat, 10 Jun 2023 11:31:27 -0600 Subject: [PATCH] Updated README.md (#1249) Co-authored-by: jackton1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e435d6..00ff44cf 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,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 | 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 the `output_dir`
defaults to `.github/outputs` folder. **NOTE:**
This creates a `.txt` (default)
and `.json` file if `json`
is set to `true`. | +| write\_output\_files | string | false | `"false"` | Write outputs to the `output_dir`
defaults to `.github/outputs` folder. **NOTE:**
This creates a `.txt` file
by default and a `.json`
file if `json` is set
to `true`. |