From b915266ca8592b7705d12f17667ffd2de2dfc688 Mon Sep 17 00:00:00 2001 From: Julien Malard-Adam Date: Mon, 19 Sep 2022 20:32:22 +0200 Subject: [PATCH] Update enlaces.yml --- .github/workflows/enlaces.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/enlaces.yml b/.github/workflows/enlaces.yml index 222d99c8..a459a5d4 100644 --- a/.github/workflows/enlaces.yml +++ b/.github/workflows/enlaces.yml @@ -15,6 +15,8 @@ jobs: - name: Link Checker id: lychee uses: lycheeverse/lychee-action@v1.5.1 + with: + args: --headers "accept=text/html" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} @@ -24,4 +26,4 @@ jobs: with: title: Link Checker Report content-filepath: ./lychee/out.md - labels: report, automated issue \ No newline at end of file + labels: report, automated issue