Skip to content

Commit a1a09f1

Browse files
Merge pull request #5 from gitbito/handle_multiple_command
Update entrypoint.sh - removed comma from the supported command list
2 parents 30c60fc + d9fbcb4 commit a1a09f1

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)