From 5176dbadbc52a73bc2301be09f4cada66fa70482 Mon Sep 17 00:00:00 2001 From: doxsch <28098153+doxsch@users.noreply.github.com> Date: Tue, 23 Mar 2021 21:54:40 +0100 Subject: [PATCH] Updated link checker action due to deprecation new action: https://github.com/lycheeverse/lychee-action --- .github/workflows/link-checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 79ed603..b690c67 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -8,12 +8,12 @@ jobs: steps: - uses: actions/checkout@v2 - name: Link Checker - uses: peter-evans/link-checker@v1 + uses: lycheeverse/lychee-action@v1.0.6 with: args: README.md - name: Create Issue From File uses: peter-evans/create-issue-from-file@v2 with: title: "[Bot] Broken Links Report" - content-filepath: ./link-checker/out.md + content-filepath: ./lychee/out.md labels: report