Skip to content

Commit

Permalink
Update enlaces.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard authored Sep 19, 2022
1 parent 5e5b3c9 commit b915266
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/enlaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --headers "accept=text/html"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand All @@ -24,4 +26,4 @@ jobs:
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue
labels: report, automated issue

0 comments on commit b915266

Please sign in to comment.