From 684c3a8487f4f95e0b7ab3ef0d23d54c2a262a3b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 29 Aug 2021 12:35:45 -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 5d1c222c..5d2315af 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ 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. | -| 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 (ACM).* | +| 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).* | | 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_files | `string` | `'new.txt path/to/file.png ...'` | Select all changed files (\*)
i.e. *a combination of (ACMRDTUX).* | | added_files | `string` | `'new.txt path/to/file.png ...'` | Select only files that are Added (A) |