From c2a07bc7a9848de46042761747f5dce71cf5d734 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 27 Jun 2021 12:25: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 b53bcf0..66cf255 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Verify that a list of files did or didn't change during the workflow execution. | Input | type | example | description | |:-------------:|:-----------:|:-------------:|:--------------------------:| -| files_changed | `boolean` | `true` OR `false` | Indicates that there are outstanding changes | +| files_changed | `string` | `true` OR `false` | Indicates that there are outstanding changes | | changed_files | `string` | `example.txt ...` | List of file(s)/directory names
that changed
during the workflow execution | * Free software: [MIT license](LICENSE)