From 8e1fd96840e1d9f382c8c45826d79370e3a821d6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 1 May 2021 12:10:19 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dca0a408..d030d053 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ 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).* | -| has_changed | `string` | `true|false` | Returns `true` only when the filenames provided using `files` input have all changed | +| has_changed | `string` | `true OR false` | Returns `true` only when the filenames provided using `files` input have all 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) | @@ -42,7 +42,7 @@ Using the default separator. | Input | type | required | default | description | |:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:| | separator | `string` | `true` | `' '` | Separator to return outputs | -| files | `string|string[]` | `false` | | Restricted list of specific files to watch for changes | +| files | `string OR string[]` | `false` | | Restricted list of specific files to watch for changes | ## Usage