mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-26 01:13:41 +02:00
Add quote around the issue title in condition (#8713)
This commit is contained in:
parent
efb661c24b
commit
62284fb9c1
2
.github/workflows/autoclose-issues.yml
vendored
2
.github/workflows/autoclose-issues.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
# we make sure that this word is the end of the string or is followed by a space character (ex. we do not want to match javascript)
|
||||
# we make sure that this word is the beginning of the string or is preceded by a space character (ex. we do not want to match foojava)
|
||||
run: |
|
||||
if [[ ${{ github.event.issue.title }} =~ (^|[[:space:]])([jJ][aA][vV][aA])([[:space:]]|$) ]]; then
|
||||
if [[ "${{ github.event.issue.title }}" =~ (^|[[:space:]])([jJ][aA][vV][aA])([[:space:]]|$) ]]; then
|
||||
echo "match=true" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user