Skip to content

Commit d9fbcb4

Browse files
Update entrypoint.sh - removed comma from the supported command list
1 parent 30c60fc commit d9fbcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo $INPUT_PR
66
echo $INPUT_COMMAND
77
echo $INPUT_OPTIONS
88

9-
SUPPORTED_COMMANDS=("/review", "review")
9+
SUPPORTED_COMMANDS=("/review" "review")
1010

1111
INPUT_COMMAND=$(echo "$INPUT_COMMAND" | tr -d '[:space:]')
1212
for command in "${SUPPORTED_COMMANDS[@]}"; do

0 commit comments

Comments
 (0)