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

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>