Skip to content

Commit

Permalink
Merge pull request #80 from mongolyy/feature/79_fix-bug
Browse files Browse the repository at this point in the history
Restore the default value for `fail_on_error`
  • Loading branch information
mongolyy authored Jan 7, 2025
2 parents af119b5 + ad2799d commit e4145b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ inputs:
fail_on_error:
description: |
Exit code for reviewdog when errors are found [true,false].
Default is `false` (temporary solution for #79).
deprecationMessage: Deprecated. Use `fail_level` instead.
required: false
default: 'false'
reviewdog_flags:
description: 'Additional reviewdog flags.'
required: false
Expand Down

0 comments on commit e4145b9

Please sign in to comment.