Skip to content

Commit 05c794a

Browse files
committed
Fix github action name
1 parent ec5e7f5 commit 05c794a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# Check for dead links in our markdown!
9595
# For the main branch:
9696
- if: github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
97-
uses: gaurav-nelson/github-action-markdown-link-check@v1\
97+
uses: gaurav-nelson/github-action-markdown-link-check@v1
9898
name: Check for dead links (main)
9999
with:
100100
use-quiet-mode: yes

0 commit comments

Comments
 (0)