We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94384bd commit 43144d7Copy full SHA for 43144d7
entrypoint.sh
@@ -24,7 +24,7 @@ done
24
# Run the Docker container from the specified image
25
if [ "$valid_command" = true ]; then
26
docker pull bitoai/cra:latest >&2
27
- exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command $INPUT_COMMAND $INPUT_OPTIONS
+ exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $INPUT_OPTIONS
28
else
29
echo "$INPUT_COMMAND is not supported"
30
exit 0 # Exit the script with a non-zero status code
0 commit comments