We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a201d commit 04bbdd2Copy full SHA for 04bbdd2
.github/workflows/check-ide-compatibility.yml
@@ -75,7 +75,7 @@ jobs:
75
id: find-issue
76
if: ${{ always() }}
77
run: |
78
- echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title \"IDE Compatibility Problem\"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
+ echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title "IDE Compatibility Problem"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
79
env:
80
GH_TOKEN: ${{ github.token }}
81
0 commit comments