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
| <aname="output_added_files"></a>[added\_files](#output_added_files)| string | Returns only files that are <br>Added (A). |
664
664
| <aname="output_added_files_count"></a>[added\_files\_count](#output_added_files_count)| string | Returns the number of `added_files`|
665
-
| <aname="output_all_changed_and_modified_files"></a>[all\_changed\_and\_modified\_files](#output_all_changed_and_modified_files)| string |Returns all changed and modified <br>files i.e. *a combination of (ACMRDTUX)*|
665
+
| <aname="output_all_changed_and_modified_files"></a>[all\_changed\_and\_modified\_files](#output_all_changed_and_modified_files)| string | Returns all changed and modified <br>files i.e. a combination of <br>(ACMRDTUX) |
666
666
| <aname="output_all_changed_and_modified_files_count"></a>[all\_changed\_and\_modified\_files\_count](#output_all_changed_and_modified_files_count)| string | Returns the number of `all_changed_and_modified_files`|
667
667
| <aname="output_all_changed_files"></a>[all\_changed\_files](#output_all_changed_files)| string | Returns all changed files i.e. <br>*a combination of all added, copied, modified and renamed files (ACMR)*|
668
668
| <aname="output_all_changed_files_count"></a>[all\_changed\_files\_count](#output_all_changed_files_count)| string | Returns the number of `all_changed_files`|
@@ -673,22 +673,22 @@ Support this project with a :star:
673
673
| <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)*. |
674
674
| <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) |
675
675
| <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)*. |
676
-
| <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)*|
676
+
| <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 <br>any path that has either <br>been added, copied, modified, and <br>renamed (ACMR) |
677
677
| <aname="output_copied_files"></a>[copied\_files](#output_copied_files)| string | Returns only files that are <br>Copied (C). |
678
678
| <aname="output_copied_files_count"></a>[copied\_files\_count](#output_copied_files_count)| string | Returns the number of `copied_files`|
679
679
| <aname="output_deleted_files"></a>[deleted\_files](#output_deleted_files)| string | Returns only files that are <br>Deleted (D). |
680
680
| <aname="output_deleted_files_count"></a>[deleted\_files\_count](#output_deleted_files_count)| string | Returns the number of `deleted_files`|
681
681
| <aname="output_modified_files"></a>[modified\_files](#output_modified_files)| string | Returns only files that are <br>Modified (M). |
682
682
| <aname="output_modified_files_count"></a>[modified\_files\_count](#output_modified_files_count)| string | Returns the number of `modified_files`|
683
-
| <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)*|
683
+
| <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 <br>any path that has either <br>been added, copied, modified, and <br>deleted (ACMRD) |
684
684
| <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)*. |
685
685
| <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) |
686
686
| <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). |
687
687
| <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)*. |
688
688
| <aname="output_other_changed_files_count"></a>[other\_changed\_files\_count](#output_other_changed_files_count)| string | Returns the number of `other_changed_files`|
689
-
| <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)*|
689
+
| <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 <br>all deleted files (D) |
690
690
| <aname="output_other_deleted_files_count"></a>[other\_deleted\_files\_count](#output_other_deleted_files_count)| string | Returns the number of `other_deleted_files`|
691
-
| <aname="output_other_modified_files"></a>[other\_modified\_files](#output_other_modified_files)| string |Returns all other modified files <br>not listed in the files <br>input i.e. *a combination of all added, copied, modified, and deleted files (ACMRD)*|
691
+
| <aname="output_other_modified_files"></a>[other\_modified\_files](#output_other_modified_files)| string | Returns all other modified files <br>not listed in the files <br>input i.e. a combination of <br>all added, copied, modified, and <br>deleted files (ACMRD) |
692
692
| <aname="output_other_modified_files_count"></a>[other\_modified\_files\_count](#output_other_modified_files_count)| string | Returns the number of `other_modified_files`|
693
693
| <aname="output_renamed_files"></a>[renamed\_files](#output_renamed_files)| string | Returns only files that are <br>Renamed (R). |
694
694
| <aname="output_renamed_files_count"></a>[renamed\_files\_count](#output_renamed_files_count)| string | Returns the number of `renamed_files`|
0 commit comments