From 61622b6c0ae4ba0e05b9896b6a61d1df0efea055 Mon Sep 17 00:00:00 2001 From: jackton12 Date: Sun, 5 Sep 2021 19:36:22 -0400 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e68dc1e9..e189e0ae 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ jobs: | any_deleted | `string` | `true` OR `false` | Returns `true` when any
of the filenames provided using
the `files` input has been deleted. | | only_deleted | `string` | `true` OR `false` | Returns `true` when only
files provided using
the `files` input has been deleted. | | other_deleted_files | `string` | `'new.txt path/to/file.png ...'` | Select all other deleted files
not listed in the files input
i.e. *a combination of all deleted files | -| all_modified_files | `string` | `'new.txt path/to/file.png ...'` | Select all modified files
i.e. *a combination of all added,
copied, modified and renamed files (ACMR).* | +| all_modified_files | `string` | `'new.txt path/to/file.png ...'` | Select all modified files
i.e. a combination of all added,
copied, modified and renamed files (ACMR).* | | all_changed_and_modified_files | `string` | `'new.txt path/to/file.png ...'` | Select all changed
and modified files
i.e. *a combination of (ACMRDTUX).* | | added_files | `string` | `'new.txt path/to/file.png ...'` | Select only files that are Added (A) | | copied_files | `string` | `'new.txt path/to/file.png ...'` | Select only files that are Copied (C) |