mirror of
https://github.com/hslatman/awesome-threat-intelligence.git
synced 2024-10-01 05:45:38 -04:00
Do not fail hard on link errors
This commit is contained in:
parent
6728f799a0
commit
90276c0691
4
.github/workflows/links.yml
vendored
4
.github/workflows/links.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
|||||||
args: --verbose --no-progress **/*.md **/*.html
|
args: --verbose --no-progress **/*.md **/*.html
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
- name: Fail if there were link errors
|
#- name: Fail if there were link errors
|
||||||
run: exit ${{ steps.lychee.outputs.exit_code }}
|
# run: exit ${{ steps.lychee.outputs.exit_code }}
|
||||||
|
|
||||||
# - name: Create Issue From File
|
# - name: Create Issue From File
|
||||||
# uses: peter-evans/create-issue-from-file@v2
|
# uses: peter-evans/create-issue-from-file@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user