actions-marketplace-validations/Broken Link Checker Action
GitHub Actions to check broken links and create issues.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 20, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/technote-space_broken-link-checker-action@18d59c3a4d29d8421b48f7ddbaa2aa0998fb418c # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | no | ${{ github.token }} |
| TARGET | Target link | no | https://github.com/${{ github.repository }} |
| RECURSIVE | Recursive? | no | — |
| TITLE | Issue title | no | Broken link found (${URL}) |
| BODY | Issue body | no | ## Broken link found Broken Link Checker found a broken link on ${TARGET} Target: ${URL} > ${REASON} [View Actions Results](https://github.com/${OWNER}/${REPO}/commit/${SHA}/checks) |
| LABELS | Labels | no | — |
| ASSIGNEES | Assignees | no | — |
| ACCEPTED_SCHEMES | Accepted schemes | no | — |
| EXCLUDED_KEYWORDS | Excluded keyhwords | no | camo.githubusercontent.com |
| EXCLUDED_SCHEMES | Excluded schemes | no | — |
| INCLUDED_KEYWORDS | Included keywords | no | — |
| EXCLUDE_EXTERNAL_LINKS | Exclude external links? | no | — |
| EXCLUDE_INTERNAL_LINKS | Exclude internal links? | no | — |
| EXCLUDE_LINKS_TO_SAME_PAGE | Exclude links to same page? | no | — |
| HONOR_ROBOT_EXCLUSIONS | Honor robot exclusions? | no | — |
| FILTER_LEVEL | Filter level | no | — |
| USER_AGENT | User agent | no | — |
| RATE_LIMIT | Rate limit | no | 1000 |
| INTERVAL | Interval | no | — |
Outputs
no outputs