diff --git a/entrypoint.sh b/entrypoint.sh index 6a23d09..1e69b76 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,5 +3,5 @@ set -e PRTITLE="$1" -echo "PRTITLE" > /tmp/prtitle.txt +echo "$PRTITLE" > /tmp/prtitle.txt conventional-pre-commit --no-color --force-scope --strict --verbose /tmp/prtitle.txt