Skip to content

Commit 6278740

Browse files
committed
Fix broken-links not finding issues on GH CLI v2.79+
Fix xdev-software/base-template#8
1 parent 3dfbb54 commit 6278740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Find already existing issue
2626
id: find-issue
2727
run: |
28-
echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title \"Link Checker Report\"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
28+
echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title "Link Checker Report"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
2929
env:
3030
GH_TOKEN: ${{ github.token }}
3131

0 commit comments

Comments
 (0)