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
+3-3
Original file line number
Diff line number
Diff line change
@@ -664,9 +664,9 @@ Support this project with a :star:
664
664
| <aname="output_added_files_count"></a>[added\_files\_count](#output_added_files_count)| string | Returns the number of `added_files`|
665
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
-
| <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)*|
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, <br>copied, modified and renamed files <br>(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`|
669
-
| <aname="output_all_modified_files"></a>[all\_modified\_files](#output_all_modified_files)| string |Returns all changed files i.e. <br>*a combination of all added, copied, modified, renamed and deleted files (ACMRD)*. |
669
+
| <aname="output_all_modified_files"></a>[all\_modified\_files](#output_all_modified_files)| string | Returns all changed files i.e. <br>a combination of all added, <br>copied, modified, renamed and deleted <br>files (ACMRD).|
670
670
| <aname="output_all_modified_files_count"></a>[all\_modified\_files\_count](#output_all_modified_files_count)| string | Returns the number of `all_modified_files`|
671
671
| <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) |
672
672
| <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`|
@@ -684,7 +684,7 @@ Support this project with a :star:
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
-
| <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)*. |
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 <br>of all added, copied, modified <br>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
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`|
0 commit comments