Skip to content

Commit

Permalink
Fix exclude list
Browse files Browse the repository at this point in the history
Signed-off-by: hossainemruz <[email protected]>
  • Loading branch information
hossainemruz committed Dec 8, 2023
1 parent 31f393d commit 2cb9585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
args: "--verbose --exclude-mail ${{steps.preview.outputs.url}} --exclude=['https://www.udemy.com/','https://github.us1.list-manage.com/*']"
args: "--verbose --exclude-mail ${{steps.preview.outputs.url}} --exclude=['https://www.udemy.com/','https://github.us1.list-manage.com']"
fail: true

- name: Comment Broken Links
Expand Down

0 comments on commit 2cb9585

Please sign in to comment.