mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-24 21:13:03 +00:00
Only create issue on lychee error
This commit is contained in:
parent
07e51fb8f0
commit
dbdad1e8ac
1 changed files with 2 additions and 0 deletions
2
.github/workflows/check_links.yml
vendored
2
.github/workflows/check_links.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue