From ca8214cd65608504eedeeffff9132470c09b0084 Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 16 Jun 2022 23:42:13 +0200 Subject: [PATCH] ci: replace link checker report with failing job --- .github/workflows/housekeeping.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 0b20ff2a6..e7c584894 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -53,16 +53,6 @@ jobs: --exclude 'https://dir.xiph.org/cgi-bin/yp-cgi' --exclude 'https://radio.indymedia.org/cgi-bin/yp-cgi' --exclude 'https://www.ascap.com' + fail: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Create Report - if: ${{ steps.lychee.outputs.exit_code != 0 }} - uses: peter-evans/create-issue-from-file@v4 - with: - issue-number: 1589 - title: Link Checker Report - content-filepath: ./lychee/out.md - labels: | - is: documentation - ci