Only create issue on lychee error

This commit is contained in:
Matthias Endler 2023-07-07 02:21:12 +02:00 committed by GitHub
parent 07e51fb8f0
commit dbdad1e8ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,8 +27,10 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue