diff --git a/README.md b/README.md index 74aaaa25..9afe398f 100644 --- a/README.md +++ b/README.md @@ -761,6 +761,7 @@ 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\_added](#output_any_added) | string | Returns `true` when any of
the filenames provided using the
`files*` or `files_ignore*` inputs have been added. | | [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)*. |