From bdaf962e0a05fa7ee9580555dee9af0b533fdf11 Mon Sep 17 00:00:00 2001 From: Georgios Kampitakis Date: Wed, 20 Oct 2021 21:47:11 +0100 Subject: [PATCH] fix: invalid action.yaml --- action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yaml b/action.yaml index f5559a2..6ff1e17 100644 --- a/action.yaml +++ b/action.yaml @@ -15,13 +15,13 @@ inputs: review-message: required: false description: > - You can specify a message at the end of the comment. - It will tag the creator of pull request + You can specify a message at the end of the comment. + It will tag the creator of pull request tags: required: false description: > - Keywords that the parser will try to identify for creating comments. - Default tags are TODO:,FIXME:,BUG: + Keywords that the parser will try to identify for creating comments. + Default tags are TODO:,FIXME:,BUG: ignore-pattern: required: false description: Regex used for filtering files out from parsing. \ No newline at end of file