We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27dbffa + 21303f5 commit 12f4d62Copy full SHA for 12f4d62
1 file changed
entrypoint.sh
@@ -19,6 +19,7 @@ done
19
20
# Run the Docker container from the specified image
21
if [ "$valid_command" = true ]; then
22
+ exec docker pull bitoai/cra:latest
23
exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR $INPUT_COMMAND $INPUT_OPTIONS
24
else
25
echo "$INPUT_COMMAND is not supported"
0 commit comments