From c60dcb0397c8b0ed60688629f02ababaeae30f99 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki Date: Tue, 3 Dec 2024 08:53:08 +0900 Subject: [PATCH] Add line break --- README.md | 3 ++- action.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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'