From 14f6eca8a56850cd49ee1f0e7f4b700eef21d85b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 17 May 2021 07:10:31 -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 1fb54f4fd90..1c5610b5f43 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ jobs: | Output | type | example | description | |:-------------------:|:------------:|:------------------------------:|:----------------------------------------:| | any_changed | `string` | `true` OR `false` | Returns `true` when any of the filenames provided using the `files` input has 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.* | +| 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) |