Compare commits

..

1 Commits
v1.1.0 ... main

Author SHA1 Message Date
f902085dd0
fix: ensure the variable PRTITLE is written to file 2025-01-02 22:44:58 +00:00

View File

@ -3,5 +3,5 @@
set -e set -e
PRTITLE="$1" PRTITLE="$1"
echo "PRTITLE" > /tmp/prtitle.txt echo "$PRTITLE" > /tmp/prtitle.txt
conventional-pre-commit --no-color --force-scope --strict --verbose /tmp/prtitle.txt conventional-pre-commit --no-color --force-scope --strict --verbose /tmp/prtitle.txt