You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -672,9 +672,9 @@ Support this project with a :star:
672
672
| <aname="output_all_modified_files_count"></a>[all\_modified\_files\_count](#output_all_modified_files_count)| string | Returns the number of `all_modified_files`|
673
673
| <aname="output_all_old_new_renamed_files"></a>[all\_old\_new\_renamed\_files](#output_all_old_new_renamed_files)| string | Returns only files that are <br>Renamed and lists their old <br>and new names. **NOTE:** This <br>requires setting `include_all_old_new_renamed_files` to `true`. <br>Also, keep in mind that <br>this output is global and <br>wouldn't be nested in outputs <br>generated when the `*_yaml_*` input <br>is used. (R) |
674
674
| <aname="output_all_old_new_renamed_files_count"></a>[all\_old\_new\_renamed\_files\_count](#output_all_old_new_renamed_files_count)| string | Returns the number of `all_old_new_renamed_files`|
675
-
| <aname="output_any_changed"></a>[any\_changed](#output_any_changed)| string |Returns `true` when any of <br>the filenames provided using the <br>`files*` or `files_ignore*` inputs have changed. i.e. <br>*includes a combination of all added, copied, modified and renamed files (ACMR)*.|
676
-
| <aname="output_any_deleted"></a>[any\_deleted](#output_any_deleted)| string |Returns `true` when any of <br>the filenames provided using the <br>`files*` or `files_ignore*` inputs has been deleted. <br>(D) |
677
-
| <aname="output_any_modified"></a>[any\_modified](#output_any_modified)| string |Returns `true` when any of <br>the filenames provided using the <br>`files*` or `files_ignore*` inputs has been modified. <br>i.e. *includes a combination of all added, copied, modified, renamed, and deleted files (ACMRD)*.|
675
+
| <aname="output_any_changed"></a>[any\_changed](#output_any_changed)| string | Returns `true` when any of <br>the filenames provided using the <br>`files*` or `files_ignore*` inputs have changed. This <br>defaults to `true` when no <br>patterns are specified. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*. |
676
+
| <aname="output_any_deleted"></a>[any\_deleted](#output_any_deleted)| string | Returns `true` when any of <br>the filenames provided using the <br>`files*` or `files_ignore*` inputs have been deleted. <br>This defaults to `true` when <br>no patterns are specified. (D)|
677
+
| <aname="output_any_modified"></a>[any\_modified](#output_any_modified)| string | Returns `true` when any of <br>the filenames provided using the <br>`files*` or `files_ignore*` inputs have been modified. <br>This defaults to `true` when <br>no patterns are specified. i.e. <br>*includes a combination of all added, copied, modified, renamed, and deleted files (ACMRD)*. |
678
678
| <aname="output_changed_keys"></a>[changed\_keys](#output_changed_keys)| string | Returns all changed YAML keys <br>when the `files_yaml` input is <br>used. i.e. *key that contains any path that has either been added, copied, modified, and renamed (ACMR)*|
679
679
| <aname="output_copied_files"></a>[copied\_files](#output_copied_files)| string | Returns only files that are <br>Copied (C). |
680
680
| <aname="output_copied_files_count"></a>[copied\_files\_count](#output_copied_files_count)| string | Returns the number of `copied_files`|
@@ -684,8 +684,8 @@ Support this project with a :star:
684
684
| <aname="output_modified_files_count"></a>[modified\_files\_count](#output_modified_files_count)| string | Returns the number of `modified_files`|
685
685
| <aname="output_modified_keys"></a>[modified\_keys](#output_modified_keys)| string | Returns all modified YAML keys <br>when the `files_yaml` input is <br>used. i.e. *key that contains any path that has either been added, copied, modified, and deleted (ACMRD)*|
686
686
| <aname="output_only_changed"></a>[only\_changed](#output_only_changed)| string | Returns `true` when only files <br>provided using the `files*` or `files_ignore*` inputs <br>have changed. i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*. |
687
-
| <aname="output_only_deleted"></a>[only\_deleted](#output_only_deleted)| string |Returns `true` when only files <br>provided using the `files*` or `files_ignore*` inputs <br>has been deleted. (D) |
688
-
| <aname="output_only_modified"></a>[only\_modified](#output_only_modified)| string |Returns `true` when only files <br>provided using the `files*` or `files_ignore*` inputs <br>has been modified. (ACMRD). |
687
+
| <aname="output_only_deleted"></a>[only\_deleted](#output_only_deleted)| string | Returns `true` when only files <br>provided using the `files*` or `files_ignore*` inputs <br>have been deleted. (D) |
688
+
| <aname="output_only_modified"></a>[only\_modified](#output_only_modified)| string | Returns `true` when only files <br>provided using the `files*` or `files_ignore*` inputs <br>have been modified. (ACMRD). |
689
689
| <aname="output_other_changed_files"></a>[other\_changed\_files](#output_other_changed_files)| string | Returns all other changed files <br>not listed in the files <br>input i.e. *includes a combination of all added, copied, modified and renamed files (ACMR)*. |
690
690
| <aname="output_other_changed_files_count"></a>[other\_changed\_files\_count](#output_other_changed_files_count)| string | Returns the number of `other_changed_files`|
691
691
| <aname="output_other_deleted_files"></a>[other\_deleted\_files](#output_other_deleted_files)| string | Returns all other deleted files <br>not listed in the files <br>input i.e. *a combination of all deleted files (D)*|
0 commit comments