Skip to content

Commit

Permalink
Create lychee GH issues only when action is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Jan 15, 2024
1 parent 973c4c5 commit 6c2cbe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lychee-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
args: -v -n "*.md" "**/*.md"
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/[email protected]
with:
title: Link Checker Report
Expand Down

0 comments on commit 6c2cbe9

Please sign in to comment.