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 |