We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bebebd commit 860c641Copy full SHA for 860c641
.github/workflows/MonthlyLinkCheck.yml
@@ -18,7 +18,6 @@ jobs:
18
- uses: actions/checkout@v4
19
with:
20
fetch-depth: 1
21
-
22
- name: Check Links
23
id: lychee
24
uses: lycheeverse/lychee-action@v2
@@ -27,7 +26,6 @@ jobs:
27
26
token: ${{ secrets.CUSTOM_TOKEN }}
28
jobSummary: false # Disable default summary
29
fail: true
30
31
- name: Create Filtered Summary
32
if: always()
33
run: |
@@ -39,7 +37,6 @@ jobs:
39
37
head -n -1 >> $GITHUB_STEP_SUMMARY || \
40
38
grep -A 10000 "^## Errors per input" ./lychee/out.md >> $GITHUB_STEP_SUMMARY
41
fi
42
43
- name: Create Issue From File
44
if: failure() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
45
uses: peter-evans/create-issue-from-file@v5
0 commit comments