diff --git a/README.md b/README.md index 99bdf4a..930b185 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ Optional. Filtering mode for the reviewdog command [`added`,`diff_context`,`file ### `fail_level` -Optional. If set to `none`, always use exit code 0 for reviewdog. Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. +Optional. If set to `none`, always use exit code 0 for reviewdog. +Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. Possible values: [`none`, `any`, `info`, `warning`, `error`] Default is `none`. diff --git a/action.yml b/action.yml index c829958..3463ea9 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,8 @@ inputs: default: 'added' fail_level: description: | - If set to `none`, always use exit code 0 for reviewdog. Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. + If set to `none`, always use exit code 0 for reviewdog. + Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. Possible values: [none,any,info,warning,error] Default is `none`. default: 'none'