fix: ensure the variable PRTITLE is written to file
This commit is contained in:
parent
40fb6bf43a
commit
f902085dd0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user