From 5b2a45c65811e9c6f942e40326df6399ffa01101 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 3 May 2021 13:29:37 -0400 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5a9dce94..ef681da5 100644 --- a/README.md +++ b/README.md @@ -34,18 +34,18 @@ Using the default separator. | 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_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 | `string` | `true OR false` | Returns `true` only when the filenames provided using `files` input have all changed | | any_changed | `string` | `true OR false` | Returns `true` when any of the filenames provided using `files` input have changed | -| 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) | -| modified_files | `string` | 'new.txt other.png ...' | Select only files that are Modified (M) | -| renamed_files | `string` | 'new.txt other.png ...' | Select only files that are Renamed (R) | -| changed_files | `string` | 'new.txt other.png ...' | Select only files that have their file 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 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) | +| modified_files | `string` | `'new.txt other.png ...'` | Select only files that are Modified (M) | +| renamed_files | `string` | `'new.txt other.png ...'` | Select only files that are Renamed (R) | +| changed_files | `string` | `'new.txt other.png ...'` | Select only files that have their file 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) | ## Inputs