diff --git a/.github/workflows/check_dead_links.yml b/.github/workflows/check_dead_links.yml index 1d1caea..e30b929 100644 --- a/.github/workflows/check_dead_links.yml +++ b/.github/workflows/check_dead_links.yml @@ -16,4 +16,6 @@ jobs: persist-credentials: false fetch-depth: 0 - - uses: gaurav-nelson/github-action-markdown-link-check@v1 \ No newline at end of file + - uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + use-quiet-mode: 'yes' \ No newline at end of file