From 97d529c03ac9a1051f200ce7b373be8635e015e1 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:48:29 +0800 Subject: [PATCH] update Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- .github/workflows/check-links.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index a5123a65d..c691fdd12 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -15,4 +15,5 @@ jobs: - name: Link Checker id: lychee uses: lycheeverse/lychee-action@v2 - args: --verbose + with: + args: --verbose