Skip to content

Commit

Permalink
Fix typo in README example (#47)
Browse files Browse the repository at this point in the history
The example was missing `outputs`
  • Loading branch information
billyvg authored Nov 3, 2020
1 parent b37d4e9 commit 804ec66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 804ec66

Please sign in to comment.