Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 7, 2021
1 parent d357de9 commit 1df882b
Showing 1 changed file with 0 additions and 68 deletions.
68 changes: 0 additions & 68 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,71 +26,3 @@
<!-- AUTO-DOC-INPUT:END -->

## Outputs

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

| 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 |

<!-- AUTO-DOC-OUTPUT:END -->

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

| 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 1df882b

Please sign in to comment.