Browse Source

Temporarily use forked version of mlc

Use forked version of markdown-link-check until
https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/126
lands.

Signed-off-by: Thane Thomson <connect@thanethomson.com>
pull/7975/head
Thane Thomson 2 years ago
parent
commit
52ecae9e4c
No known key found for this signature in database GPG Key ID: 19811391D676EE45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/markdown-links.yml

+ 1
- 1
.github/workflows/markdown-links.yml View File

@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
- uses: thanethomson/github-action-markdown-link-check@611438d456810f86e2053576f7e62a433da10e0e
with:
check-modified-files-only: 'yes'

Loading…
Cancel
Save