Skip to content

Commit 04bbdd2

Browse files
committed
Fix not finding issue on GH CLI v2.79+
Fixes xdev-software/base-template#8
1 parent b3a201d commit 04bbdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-ide-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
id: find-issue
7676
if: ${{ always() }}
7777
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
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
7979
env:
8080
GH_TOKEN: ${{ github.token }}
8181

0 commit comments

Comments
 (0)