mirror of
https://github.com/privateersclub/wiki.git
synced 2024-11-26 23:20:26 +00:00
chore: update lychee workflow
This commit is contained in:
parent
a6eae514e4
commit
67eb70a3ed
2
.github/workflows/lychee.yml
vendored
2
.github/workflows/lychee.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
fail: false
|
||||
|
||||
- name: Create Issue From File
|
||||
if: env.exit_code != 0
|
||||
if: ${{ steps.lychee.outputs.exit_code }} != 0
|
||||
uses: peter-evans/create-issue-from-file@v5
|
||||
with:
|
||||
title: Link Checker Report
|
||||
|
Loading…
Reference in New Issue
Block a user