Skip to content

Commit c8479d0

Browse files
Update check-broken-links.yml
1 parent d4aa64f commit c8479d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-broken-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
if: failure()
3333
uses: peter-evans/create-issue-from-file@v4
3434
with:
35-
title: "🚨 Broken Links Detected"
35+
title: "Broken Links Detected"
3636
content-filepath: lychee/out.md
3737
labels: bug, links
3838
update-existing: true
39-
issue-pattern: "Broken Links Detected"
39+
issue-pattern: "^Broken Links Detected$"

0 commit comments

Comments
 (0)