diff --git a/entrypoint.sh b/entrypoint.sh index 83b32bd..493f03d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,3 @@ #!/bin/bash -python3 /action.py --pattern $1 --suffix $2 \ No newline at end of file +python3 /action.py --pattern "$1" --suffix "$2" \ No newline at end of file