From 2bdb0c407df66304ca581e75073d41876bf8b385 Mon Sep 17 00:00:00 2001 From: CobosDS <126188600+CobosDS@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:47:11 +0200 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3b5f893..16b59f3 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: description: 'The action to determine which type of issue to create' required: true missing_flags: - description: 'A list of missing guidelines flags' + description: 'A comma-separated list of missing guidelines flags' required: false runs: @@ -65,7 +65,7 @@ runs: elif [[ $flag == F[6-9]* ]] || [[ $flag == F10* ]]; then unacceptable_behavior_guidelines+="- ${required_flag#*: }\n" fi - done + fi done done