This is an automated email from the ASF dual-hosted git repository.

nielifeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 397e192  [CI]Pin the link checker to a working version (#1185)
397e192 is described below

commit 397e192f3477d7f42f2fba66c519be7109162ebd
Author: Kirs <[email protected]>
AuthorDate: Sat Jan 29 10:39:01 2022 +0800

    [CI]Pin the link checker to a working version (#1185)
    
    Link checker has bugs in latest version causing the ignore pattern not work
---
 .github/workflows/dead-link-checker.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dead-link-checker.yaml 
b/.github/workflows/dead-link-checker.yaml
index 1934585..6090dc8 100644
--- a/.github/workflows/dead-link-checker.yaml
+++ b/.github/workflows/dead-link-checker.yaml
@@ -29,7 +29,7 @@ jobs:
     timeout-minutes: 30
     steps:
       - uses: actions/checkout@v2
-      - run: sudo npm install -g markdown-link-check
+      - run: sudo npm install -g [email protected]
       - run: |
           for file in $(find . -name "*.md"); do
             markdown-link-check -c .dlc.json -q "$file"

Reply via email to