From 13c082a4b3c2a5a328db4b21fdcc9fe3b735bdb3 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 8 Sep 2021 13:56:33 -0400 Subject: [PATCH] Updated README.md (#192) Co-authored-by: jackton1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 372cd7c8..713322c4 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,10 @@ jobs: | any_changed | `string` | `true` OR `false` | Returns `true` when any
of the filenames provided using
the `files` input has changed.
i.e. *using a combination of all added,
copied, modified and renamed files (ACMR).* | | only_changed | `string` | `true` OR `false` | Returns `true` when only
files provided using
the `files` input have changed. (ACMR) | | other_changed_files | `string` | `'new.txt path/to/file.png ...'` | Select all other changed files
not listed in the files input
i.e. *a combination of all added,
copied and modified files (ACMR).* | -| any_deleted | `string` | `true` OR `false` | Returns `true` when any
of the filenames provided using
the `files` input has been deleted. (D).* | +| any_deleted | `string` | `true` OR `false` | Returns `true` when any
of the filenames provided using
the `files` input has been deleted. (D).\* | | only_deleted | `string` | `true` OR `false` | Returns `true` when only
files provided using
the `files` input has been deleted. (D) | | 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 (D).* | -| 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) |