Fix typo in README example (#47)

The example was missing `outputs`
This commit is contained in:
Billy Vong 2020-11-03 00:23:07 -08:00 committed by GitHub
parent b37d4e9e86
commit 804ec66d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ jobs:
- name: Lint Markdown
uses: johndoe/some-action@v1
with:
files: ${{ steps.filter.changed_files }}
files: ${{ steps.filter.outputs.changed_files }}
```
</details>