Skip to content

Commit

Permalink
fix(ci): use output of cond step for reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Shemnei authored Jan 17, 2024
2 parents 3e5323d + 53cd42e commit 2c87990
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ jobs:
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
reporter: ${{ steps.reporter.outputs.value }}
level: warning
exclude: |
testdata

misspell:
name: runner / misspell
Expand Down

0 comments on commit 2c87990

Please sign in to comment.