mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user