From c035ac4746fd884cc6054e3dc2203587d14e0f33 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 22 Aug 2021 17:33:01 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 55d6656b..cdf7413a 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,7 @@ 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. -i.e. *using a combination of all added,
copied, modified and renamed files (ACMR).* | +| 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 modified files
not listed in the files input
i.e. *a combination of all added,
copied and modified files (ACM).* | | 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).* |