Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2021
1 parent 4f43171 commit 4bb81e5
Showing 1 changed file with 30 additions and 32 deletions.
62 changes: 30 additions & 32 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,33 @@

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

| OUTPUT | DESCRIPTION | VALUE |
|--------------------------------|--------------------------------|-------|
| added_files | List of added files. | |
| all_changed_and_modified_files | List of all changed files. | |
| all_modified_files | List of all copied modified | |
| | and added files. | |
| any_changed | Return true only when any | |
| | files provided using the files | |
| | input have changed. | |
| any_deleted | Return true only when any | |
| | files provided using the files | |
| | input have been deleted. | |
| copied_files | List of copied files. | |
| deleted_files | List of deleted files. | |
| modified_files | List of modified files. | |
| only_changed | Return true when all files | |
| | provided using the files input | |
| | have changed. | |
| only_deleted | Return true when all files | |
| | provided using the files input | |
| | have been deleted. | |
| other_changed_files | Return list of changed files | |
| | not listed in the files input. | |
| other_deleted_files | Return list of deleted files | |
| | not listed in the files input. | |
| renamed_files | List of renamed files. | |
| type_changed_files | List of files that had type | |
| | changes. | |
| unknown_files | List of unknown files. | |
| unmerged_files | List of unmerged files. | |

<!-- AUTO-DOC-OUTPUT:END -->
| OUTPUT | DESCRIPTION | TYPE |
|--------------------------------|--------------------------------|--------|
| added_files | List of added files. | string |
| all_changed_and_modified_files | List of all changed files. | string |
| all_modified_files | List of all copied modified | string |
| | and added files. | |
| any_changed | Return true only when any | string |
| | files provided using the files | |
| | input have changed. | |
| any_deleted | Return true only when any | string |
| | files provided using the files | |
| | input have been deleted. | |
| copied_files | List of copied files. | string |
| deleted_files | List of deleted files. | string |
| modified_files | List of modified files. | string |
| only_changed | Return true when all files | string |
| | provided using the files input | |
| | have changed. | |
| only_deleted | Return true when all files | string |
| | provided using the files input | |
| | have been deleted. | |
| other_changed_files | Return list of changed files | string |
| | not listed in the files input. | |
| other_deleted_files | Return list of deleted files | string |
| | not listed in the files input. | |
| renamed_files | List of renamed files. | string |
| type_changed_files | List of files that had type | string |
| | changes. | |
| unknown_files | List of unknown files. | string |
| unmerged_files | List of unmerged files. | string |

0 comments on commit 4bb81e5

Please sign in to comment.