Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Feb 12, 2021
1 parent 51b3433 commit fd0b3b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -49,3 +49,11 @@ jobs:
|:-------------:|:-----------:|:--------------:|:-----------------------------:|:--------------------------:|
| token | `string` | `true` | `${{ github.token }}` <br/> | github action default token or PAT token |
| files | `array` | `true` | | List of file(s)/directory names <br/> (regex optional) to check for changes <br/> 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 <br/> that changed <br/> during the workflow execution |

0 comments on commit fd0b3b6

Please sign in to comment.