From fd0b3b6a178787bfd64772cbdeaed1465a1f00ce Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 12 Feb 2021 14:35:32 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 083a9be..60ef204 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,11 @@ jobs: |:-------------:|:-----------:|:--------------:|:-----------------------------:|:--------------------------:| | token | `string` | `true` | `${{ github.token }}`
| github action default token or PAT token | | files | `array` | `true` | | List of file(s)/directory names
(regex optional) to check for changes
during workflow execution | + + +## Outputs + +| Input | type | description | +|:-------------:|:-----------:|:--------------------------:| +| files_changed | `boolean` | Indicates that there are outstanding changes | +| changed_files | `array` | List of file(s)/directory names
that changed
during the workflow execution |