fix: ensure the variable PRTITLE is written to file

This commit is contained in:
Luke Tainton 2025-01-02 22:44:58 +00:00
parent 40fb6bf43a
commit f902085dd0
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -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