From 77af4bed286740ef1a6387dc4e4e4dec39f96054 Mon Sep 17 00:00:00 2001
From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com>
Date: Wed, 13 Mar 2024 16:28:45 -0600
Subject: [PATCH] Updated README.md (#1989)
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 654db0e47e8..b8da385ec61 100644
--- a/README.md
+++ b/README.md
@@ -672,9 +672,9 @@ Support this project with a :star:
| [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` |
-| [any\_changed](#output_any_changed) | string | Returns `true` when any of
the filenames provided using the
`files*` or `files_ignore*` inputs have changed. i.e.
*includes a combination of all added, copied, modified and renamed files (ACMR)*. |
-| [any\_deleted](#output_any_deleted) | string | Returns `true` when any of
the filenames provided using the
`files*` or `files_ignore*` inputs has been deleted.
(D) |
-| [any\_modified](#output_any_modified) | string | Returns `true` when any of
the filenames provided using the
`files*` or `files_ignore*` inputs has been modified.
i.e. *includes a combination of all added, copied, modified, renamed, and deleted files (ACMRD)*. |
+| [any\_changed](#output_any_changed) | string | Returns `true` when any of
the filenames provided using the
`files*` or `files_ignore*` inputs have changed. This
defaults to `true` when no
patterns are specified. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*. |
+| [any\_deleted](#output_any_deleted) | string | Returns `true` when any of
the filenames provided using the
`files*` or `files_ignore*` inputs have been deleted.
This defaults to `true` when
no patterns are specified. (D) |
+| [any\_modified](#output_any_modified) | string | Returns `true` when any of
the filenames provided using the
`files*` or `files_ignore*` inputs have been modified.
This defaults to `true` when
no patterns are specified. i.e.
*includes a combination of all added, copied, modified, renamed, and deleted files (ACMRD)*. |
| [changed\_keys](#output_changed_keys) | string | Returns all changed YAML keys
when the `files_yaml` input is
used. i.e. *key that contains any path that has either been added, copied, modified, and renamed (ACMR)* |
| [copied\_files](#output_copied_files) | string | Returns only files that are
Copied (C). |
| [copied\_files\_count](#output_copied_files_count) | string | Returns the number of `copied_files` |
@@ -684,8 +684,8 @@ Support this project with a :star:
| [modified\_files\_count](#output_modified_files_count) | string | Returns the number of `modified_files` |
| [modified\_keys](#output_modified_keys) | string | Returns all modified YAML keys
when the `files_yaml` input is
used. i.e. *key that contains any path that has either been added, copied, modified, and deleted (ACMRD)* |
| [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
has been deleted. (D) |
-| [only\_modified](#output_only_modified) | string | Returns `true` when only files
provided using the `files*` or `files_ignore*` inputs
has been modified. (ACMRD). |
+| [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\_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)* |