- chore(entrypoint.sh): update command in entrypoint.sh to include quotes around arguments

This commit is contained in:
alan890104
2023-09-13 19:14:30 +08:00
parent c3b19587b7
commit 9273babc6f

View File

@@ -1,3 +1,3 @@
#!/bin/bash
python3 /action.py --pattern $1 --suffix $2
python3 /action.py --pattern "$1" --suffix "$2"