Skip to content

Commit

Permalink
🚨 Switch link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
CollierCZ committed Feb 24, 2022
1 parent ccfd02d commit 5c920f7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/get-pr-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ jobs:
needs: get_pr_info
if: needs.get_pr_info.outputs.commit_status == 'success'
steps:
- name: Check links with linkcheck
uses: filiph/[email protected]

- name: Check links
uses: ruzickap/action-my-broken-link-checker@v2
with:
arguments: ${{ needs.get_pr_info.outputs.env_url }}
url: ${{ needs.get_pr_info.outputs.env_url }}
cmd_params: "--max-connections=3 --color=always"

0 comments on commit 5c920f7

Please sign in to comment.