Skip to content

Commit

Permalink
Merge pull request #84 from mongolyy/feature/specify-action-suggester…
Browse files Browse the repository at this point in the history
…-version

Specify action suggester version
  • Loading branch information
mongolyy authored Jan 15, 2025
2 parents 8fa6a2c + efec7d2 commit fd04d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
INPUT_REVIEWDOG_FLAGS: ${{ inputs.reviewdog_flags }}
INPUT_BIOME_FLAGS: ${{ inputs.biome_flags }}
- if: ${{ inputs.reporter == 'github-pr-review' && always() }}
uses: reviewdog/action-suggester@v1
uses: reviewdog/action-suggester@v1.19.0
with:
github_token: ${{ inputs.github_token }}
tool_name: ${{ inputs.tool_name }}
Expand Down

0 comments on commit fd04d90

Please sign in to comment.