From ee67c3ebe910b0423e668fccdbc0c4b87498d688 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 4 May 2021 14:08:52 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d971927..a1a5caf7 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ jobs: | 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 | `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_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) |