actions-marketplace-validations/markdown-safe-link-action
Check if the links pass Google Safe Web
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | The directory to scan md files | yes | . |
| api | Your Safe Browsing API key | yes | — |
| replace | Text to replace the bad urls with | yes | [REDACTED] |
| github_token | Token for the repo, usually ${{ secrets.GITHUB_TOKEN }} | yes | — |
| author_email | Email used to configure user.email in `git config`. | no | github-actions[bot]@users.noreply.github.com |
| author_name | Name used to configure user.name in `git config`. | no | github-actions[bot] |
| message | Commit message. | no | — |
| branch | Destination branch to push changes | no | main |
| empty | Allow empty commit | no | false |
| force | Determines if force push is used | no | false |
Outputs
no outputs