Merge pull request from GHSA-32gr-rm34-5j4v

Fixes GHSA-32gr-rm34-5j4v

Thanks for reporting this vulnerability gaussandhisgun!

Co-authored-by: mr-wewlad <mr-wewlad>
This commit is contained in:
mr-wewlad
2023-12-20 15:17:21 +01:00
committed by GitHub
parent fc4744bd73
commit 382a8103b5

View File

@@ -20,7 +20,7 @@ jobs:
for i in "${DEFAULT_TITLES[@]}"
do
echo "$i"
if [ $ISSUE_TITLE == "$i" ]; then
if [ "$ISSUE_TITLE" == "$i" ]; then
echo "low effort"
echo "isLowEffort=true" >> $GITHUB_OUTPUT
break