Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack authored Jul 31, 2020
1 parent 96774dd commit 6555389
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
id: changed_files
uses: tj-actions/verify-changed-files@v2
with:
files: "test.png, new.txt, test_directory"
files: |
test.png
new.txt
test_directory
- name: Perform action when files change.
if: steps.changed_files.outputs.files_changed == 'true'
run: |
Expand All @@ -35,4 +38,4 @@ jobs:
| Input | type | required | default | description |
|:-------------:|:-----------:|:--------------:|:-----------------------------:|:--------------------------:|
| token | `string` | `false` | `${{ github.token }}` | github action or PAT token |
| files | `string` | `false` | | Comma separated list of <br/> file/directory names to check for changes <br/> during workflow execution |
| files | `string` | `false` | | List of <br/> file(s)/directory names to check for changes <br/> during workflow execution |

0 comments on commit 6555389

Please sign in to comment.