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