diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml index 3789239..c979454 100644 --- a/.github/workflows/linkchecker.yml +++ b/.github/workflows/linkchecker.yml @@ -23,10 +23,9 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: args: --verbose --accept=200,429,403 --exclude-file .lycheeexclude --no-progress "**/*.md" --exclude-mail - continue-on-error: true - name: Create Issue From File - if: always() && steps.lychee.conclusion != 'success' && github.event_name != 'pull_request' + if: always() && steps.lychee.outcome == 'failure' && github.event_name != 'pull_request' uses: peter-evans/create-issue-from-file@main with: title: Link Checker Report