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 65fd0e5 commit 1674395Copy full SHA for 1674395
entrypoint.sh
@@ -76,7 +76,7 @@ done
76
# Run the Docker container from the specified image
77
if [ "$valid_command" = true ]; then
78
docker pull bitoai/cra:latest >&2
79
- exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest "$docker_cmd_args"
+ exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $docker_cmd_args
80
else
81
echo "$INPUT_COMMAND is not supported"
82
exit 0 # Exit the script with a non-zero status code
0 commit comments