Skip to content

Commit

Permalink
Create Link Checker report only if the action fails (#5205)
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy authored Jan 17, 2024
1 parent 1909d34 commit f0639a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v3
with:
title: Link Checker Report
Expand Down

0 comments on commit f0639a8

Please sign in to comment.