diff --git a/README.md b/README.md index 3c739642d93..900efab91d3 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,10 @@ Support this project with a :star: | copied\_files | string | Returns only files that are Copied
(C). | | deleted\_files | string | Returns only files that are Deleted
(D). | | modified\_files | string | Returns only files that are Modified
(M). | -| only\_changed | string | Returns `true` when only files provided
using the `files` input has changed.
If no `files` have been specified,an
empty string `''` is returned. i.e.
*using a combination of all added,
copied, modified and renamed files (ACMR)*.
| +| only\_changed | string | Returns `true` when only files provided
using the `files` input has changed.
If no `files` have been specified,an
empty string `''` is returned. i.e.
*using a combination of all added,
copied, modified and renamed files (ACMR)*. | | only\_deleted | string | Returns `true` when only files provided
using the `files` input has been
deleted. If no `files` have been
specified,an empty string `''` is returned.
(D) | -| only\_modified | string | Returns `true` when only files provided
using the `files` input has been
modified. If no `files` have been
specified,an empty string `''` is returned.(ACMRD).
| -| other\_changed\_files | string | Returns all other changed files not
listed in the files input i.e.
*using a combination of all added,
copied, modified and renamed files (ACMR)*.
| +| only\_modified | string | Returns `true` when only files provided
using the `files` input has been
modified. If no `files` have been
specified,an empty string `''` is returned.(ACMRD). | +| other\_changed\_files | string | Returns all other changed files not
listed in the files input i.e.
*using a combination of all added,
copied, modified and renamed files (ACMR)*. | | other\_deleted\_files | string | Returns all other deleted files not
listed in the files input i.e.
*a combination of all deleted files
(D)* | | other\_modified\_files | string | Returns all other modified files not
listed in the files input i.e.
*a combination of all added, copied,
modified, and deleted files (ACMRD)* | | renamed\_files | string | Returns only files that are Renamed
(R). | @@ -173,12 +173,12 @@ Support this project with a :star: | include\_all\_old\_new\_renamed\_files | string | false | `"false"` | Include `all_old_new_renamed_files` output. Note this can
generate a large output See: [#501](https://github.com/tj-actions/changed-files/issues/501). | | json | string | false | `"false"` | Output list of changed files in
a JSON formatted string which can
be used for matrix jobs. | | json\_raw\_format | string | false | `"false"` | Output list of changed files in
a raw format which means that
the output will not be surrounded
by quotes and special characters will
not be escaped. | -| match\_directories | string | false | `"true"` | Indicates whether to include match directories
| +| match\_directories | string | false | `"true"` | Indicates whether to include match directories | | 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`
| +| 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 | | 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. |