Skip to content

Commit

Permalink
Merge pull request #359 from fluxcd/only-open-error
Browse files Browse the repository at this point in the history
Only open issue when lychee-cron errors
  • Loading branch information
kingdonb authored Feb 25, 2024
2 parents 89e4c40 + 73ec4ac commit 7af9527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lychee-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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@v5
with:
title: Link Checker Report
Expand Down

0 comments on commit 7af9527

Please sign in to comment.