diff --git a/README.md b/README.md index 59d2b4d4..a6240d75 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,22 @@ jobs: Using the default separator. +| Acronym | Meaning | +|:---------:|:------------:| +| A | Added | +| C | Copied | +| M | Modified. | +| D | Deleted | +| R | Renamed | +| T | Type changed | +| U | Unmerged | +| X | Unknown | + + | Output | type | example | description | |:-------------------:|:------------:|:------------------------------:|:----------------------------------------:| +| all_modified_files | `string` | 'new.txt other.png ...' | Select all modified files
*i.e a combination of all added,
copied and modified files (ACM).* | +| all_changed_files | `string` | 'new.txt other.png ...' | Select all paths (*)
*i.e a combination of all options below.* | | added_files | `string` | 'new.txt other.png ...' | Select only files that are Added (A) | | copied_files | `string` | 'new.txt other.png ...' | Select only files that are Copied (C) | | deleted_files | `string` | 'new.txt other.png ...' | Select only files that are Deleted (D) | @@ -132,8 +146,7 @@ Using the default separator. | changed_files | `string` | 'new.txt other.png ...' | Select only files that have their type changed (T) | | unmerged_files | `string` | 'new.txt other.png ...' | Select only files that are Unmerged (U) | | unknown_files | `string` | 'new.txt other.png ...' | Select only files that are Unknown (X) | -| all_changed_files | `string` | 'new.txt other.png ...' | Select all paths (*)
*i.e a combination of all options above.* | -| all_modified_files | `string` | 'new.txt other.png ...' | Select all modified files
*i.e a combination of all added,
copied and modified files (ACM).* | + ## Example