rephrased

This commit is contained in:
rahulpinto19
2026-02-18 19:54:03 +00:00
parent ed5c186254
commit d6f0005a1b
2 changed files with 5 additions and 5 deletions

View File

@@ -129,4 +129,4 @@ jobs:
cat full-report.md >> $GITHUB_STEP_SUMMARY
# Fail the job
exit 1
exit 1

View File

@@ -29,9 +29,9 @@ jobs:
fetch-depth: 0
- name: Link Checker
id: lychee-check
id: lychee-check
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2
continue-on-error: true
continue-on-error: true
with:
args: >
--quiet
@@ -43,8 +43,8 @@ jobs:
docs/
output: lychee-report.md
format: markdown
fail: true
jobSummary: false
fail: true
jobSummary: false
debug: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}