diff --git a/README.md b/README.md index 58ccefa6..b3e595f0 100644 --- a/README.md +++ b/README.md @@ -322,12 +322,14 @@ Support this project with a :star: | [any\_changed](#output_any_changed) | string | Returns `true` when any of
the filenames provided using the
`files*` or `files_ignore*` inputs has 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)*. | +| [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` | | [deleted\_files](#output_deleted_files) | string | Returns only files that are
Deleted (D). | | [deleted\_files\_count](#output_deleted_files_count) | string | Returns the number of `deleted_files` | | [modified\_files](#output_modified_files) | string | Returns only files that are
Modified (M). | | [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
has 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). | @@ -335,7 +337,7 @@ Support this project with a :star: | [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` | -| [other\_modified\_files](#output_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)* | +| [other\_modified\_files](#output_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)* | | [other\_modified\_files\_count](#output_other_modified_files_count) | string | Returns the number of `other_modified_files` | | [renamed\_files](#output_renamed_files) | string | Returns only files that are
Renamed (R). | | [renamed\_files\_count](#output_renamed_files_count) | string | Returns the number of `renamed_files` |