Skip to content

Commit 860c641

Browse files
committed
Update MonthlyLinkCheck.yml
1 parent 6bebebd commit 860c641

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/MonthlyLinkCheck.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 1
21-
2221
- name: Check Links
2322
id: lychee
2423
uses: lycheeverse/lychee-action@v2
@@ -27,7 +26,6 @@ jobs:
2726
token: ${{ secrets.CUSTOM_TOKEN }}
2827
jobSummary: false # Disable default summary
2928
fail: true
30-
3129
- name: Create Filtered Summary
3230
if: always()
3331
run: |
@@ -39,7 +37,6 @@ jobs:
3937
head -n -1 >> $GITHUB_STEP_SUMMARY || \
4038
grep -A 10000 "^## Errors per input" ./lychee/out.md >> $GITHUB_STEP_SUMMARY
4139
fi
42-
4340
- name: Create Issue From File
4441
if: failure() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
4542
uses: peter-evans/create-issue-from-file@v5

0 commit comments

Comments
 (0)