From 2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:52:24 -0600 Subject: [PATCH] Updated README.md (#2016) Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69a1ae8dda3..b4705351b59 100644 --- a/README.md +++ b/README.md @@ -664,9 +664,9 @@ Support this project with a :star: | [added\_files\_count](#output_added_files_count) | string | Returns the number of `added_files` | | [all\_changed\_and\_modified\_files](#output_all_changed_and_modified_files) | string | Returns all changed and modified
files i.e. a combination of
(ACMRDTUX) | | [all\_changed\_and\_modified\_files\_count](#output_all_changed_and_modified_files_count) | string | Returns the number of `all_changed_and_modified_files` | -| [all\_changed\_files](#output_all_changed_files) | string | Returns all changed files i.e.
*a combination of all added, copied, modified and renamed files (ACMR)* | +| [all\_changed\_files](#output_all_changed_files) | string | Returns all changed files i.e.
a combination of all added,
copied, modified and renamed files
(ACMR) | | [all\_changed\_files\_count](#output_all_changed_files_count) | string | Returns the number of `all_changed_files` | -| [all\_modified\_files](#output_all_modified_files) | string | Returns all changed files i.e.
*a combination of all added, copied, modified, renamed and deleted files (ACMRD)*. | +| [all\_modified\_files](#output_all_modified_files) | string | Returns all changed files i.e.
a combination of all added,
copied, modified, renamed and deleted
files (ACMRD). | | [all\_modified\_files\_count](#output_all_modified_files_count) | string | Returns the number of `all_modified_files` | | [all\_old\_new\_renamed\_files](#output_all_old_new_renamed_files) | string | Returns only files that are
Renamed and lists their old
and new names. **NOTE:** This
requires setting `include_all_old_new_renamed_files` to `true`.
Also, keep in mind that
this output is global and
wouldn't be nested in outputs
generated when the `*_yaml_*` input
is used. (R) | | [all\_old\_new\_renamed\_files\_count](#output_all_old_new_renamed_files_count) | string | Returns the number of `all_old_new_renamed_files` | @@ -684,7 +684,7 @@ Support this project with a :star: | [only\_changed](#output_only_changed) | string | Returns `true` when only files
provided using the `files*` or `files_ignore*` inputs
have changed. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*. | | [only\_deleted](#output_only_deleted) | string | Returns `true` when only files
provided using the `files*` or `files_ignore*` inputs
have been deleted. (D) | | [only\_modified](#output_only_modified) | string | Returns `true` when only files
provided using the `files*` or `files_ignore*` inputs
have been modified. (ACMRD). | -| [other\_changed\_files](#output_other_changed_files) | string | Returns all other changed files
not listed in the files
input i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*. | +| [other\_changed\_files](#output_other_changed_files) | string | Returns all other changed files
not listed in the files
input i.e. includes a combination
of all added, copied, modified
and renamed files (ACMR). | | [other\_changed\_files\_count](#output_other_changed_files_count) | string | Returns the number of `other_changed_files` | | [other\_deleted\_files](#output_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\_deleted\_files\_count](#output_other_deleted_files_count) | string | Returns the number of `other_deleted_files` |