From 168ea27d9cb1f9ca1bcbf86b2896ec64e5bb812a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 1 May 2021 09:18:46 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b029221c..dca0a408 100644 --- a/README.md +++ b/README.md @@ -25,6 +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 | | 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) |