From beed4fdf5e6d8bfadf8e6c12da372334b5e28e70 Mon Sep 17 00:00:00 2001 From: Xuan <112967240+xuan-cao-swi@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:12:57 -0400 Subject: [PATCH] Update .github/workflows/ci-markdown-link.yml Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com> --- .github/workflows/ci-markdown-link.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-markdown-link.yml b/.github/workflows/ci-markdown-link.yml index 0fb332ca0..7b42be0c1 100644 --- a/.github/workflows/ci-markdown-link.yml +++ b/.github/workflows/ci-markdown-link.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: "MarkDown Link Check" + - name: "Markdown Link Check" uses: gaurav-nelson/github-action-markdown-link-check@v1 with: config-file: '.markdown-link-check.json'