Skip to content

Commit

Permalink
Change quotes
Browse files Browse the repository at this point in the history
spier committed Dec 1, 2023
1 parent cd539b9 commit 53eae7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/i18n-consistency-checker.yaml
Original file line number Diff line number Diff line change
@@ -93,9 +93,9 @@ jobs:
issue_title="${flags['${{matrix.language}}']}: Content Consistency Issue"
# Get the existing issue ID
search_query="is:issue is:open in:title '$issue_title'"
search_query="is:issue is:open in:title \"$issue_title\""
echo "search_query: $search_query"
existing_issue_id=$(gh issue list -S $search_query | cut -f1)
existing_issue_id=$(gh issue list -S "$search_query" | cut -f1)
echo "existing_issue_id: $existing_issue_id"
# Create a new issue or comment on the existing one

0 comments on commit 53eae7a

Please sign in to comment.