From 4b2c9abf7d01ddb0a7ae40ceebf380723d3f4bbe Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Sat, 13 May 2023 20:47:10 +0800 Subject: [PATCH] fix: add backup in link-pr file Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- .github/workflows/link-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/link-pr.yml b/.github/workflows/link-pr.yml index 0f2a735b2..c93bb3a1c 100644 --- a/.github/workflows/link-pr.yml +++ b/.github/workflows/link-pr.yml @@ -31,6 +31,7 @@ jobs: with: fail: true # For parameter description, see https://github.com/lycheeverse/lychee#commandline-parameters + # Actions Link address -> https://github.com/lycheeverse/lychee-action # -E, --exclude-all-private Exclude all private IPs from checking. # -i, --insecure Proceed for server connections considered insecure (invalid TLS) # -n, --no-progress Do not show progress bar.