Skip to content

Commit 4f7f5b6

Browse files
committed
use spaces instead of + within query
1 parent 9d9a694 commit 4f7f5b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-all-english-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Close previous report
2929
uses: lee-dohm/close-matching-issues@22002609b2555fe18f52b8e2e7c07cbf5529e8a8
3030
with:
31-
query: 'label:"broken+link+report"'
31+
query: 'label:"broken link report"'
3232
token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }}
3333
- if: ${{ failure() }}
3434
name: Create issue from file

0 commit comments

Comments
 (0)