From d9fbcb4dc35280c9073e730e91c7798e64c43cde Mon Sep 17 00:00:00 2001 From: rishabhbohra-bito <157113574+rishabhbohra-bito@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:38:10 +0530 Subject: [PATCH] Update entrypoint.sh - removed comma from the supported command list --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 32f0548..986f011 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,7 +6,7 @@ echo $INPUT_PR echo $INPUT_COMMAND echo $INPUT_OPTIONS -SUPPORTED_COMMANDS=("/review", "review") +SUPPORTED_COMMANDS=("/review" "review") INPUT_COMMAND=$(echo "$INPUT_COMMAND" | tr -d '[:space:]') for command in "${SUPPORTED_COMMANDS[@]}"; do