Skip to content

Commit

Permalink
.github: use reviewdog action from woke tool
Browse files Browse the repository at this point in the history
The `woke-action` does not have the `reporter` option and running it
generates a warning:

    Unexpected input(s) 'reporter', valid inputs are ['github-token', 'woke-args', 'fail-on-error', 'workdir', 'woke-version']
  • Loading branch information
mardy committed Apr 14, 2022
1 parent 4942de3 commit 14123c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/naming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: files

- name: woke
uses: get-woke/woke-action@v0
uses: get-woke/woke-action-reviewdog@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
Expand Down

0 comments on commit 14123c6

Please sign in to comment.