Skip to content

Commit 43144d7

Browse files
Update entrypoint.sh
1 parent 94384bd commit 43144d7

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
@@ -24,7 +24,7 @@ done
2424
# Run the Docker container from the specified image
2525
if [ "$valid_command" = true ]; then
2626
docker pull bitoai/cra:latest >&2
27-
exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command $INPUT_COMMAND $INPUT_OPTIONS
27+
exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $INPUT_OPTIONS
2828
else
2929
echo "$INPUT_COMMAND is not supported"
3030
exit 0 # Exit the script with a non-zero status code

0 commit comments

Comments
 (0)