From 756e952567778fdc5817282d31b3e5ed66b47ba2 Mon Sep 17 00:00:00 2001 From: jaredliw Date: Sat, 24 Jul 2021 10:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check_dead_links.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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