From 752970edd01e2a1b9e1a9ef37207bd59a34c90f4 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:02:12 -0600 Subject: [PATCH] Updated README.md (#1248) Co-authored-by: jackton1 Co-authored-by: Tonye Jack --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4e0045b6a8..c2e435d61cf 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 files in
the `.github/outputs` folder by default. | +| 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`. | diff --git a/action.yml b/action.yml index 59d29f6a86f..5be7d6140ca 100644 --- a/action.yml +++ b/action.yml @@ -110,7 +110,7 @@ inputs: required: false default: "false" write_output_files: - description: "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`." + description: "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`." required: false default: "false" output_dir: