Skip to content

Commit 2327817

Browse files
committed
Don't check https://mvnrepository.com/ links returning HTTP 403
1 parent 8bbfe78 commit 2327817

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
@@ -15,6 +15,6 @@ jobs:
1515
id: lc
1616
uses: peter-evans/[email protected]
1717
with:
18-
args: '-v -r *'
18+
args: -v -r * -x (mvnrepository)
1919
- name: Fail?
2020
run: 'exit ${{ steps.lc.outputs.exit_code }}'

0 commit comments

Comments
 (0)