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 2009e18 commit 6bebebdCopy full SHA for 6bebebd
.github/workflows/MonthlyLinkCheck.yml
@@ -27,7 +27,7 @@ jobs:
27
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 +39,7 @@ jobs:
39
head -n -1 >> $GITHUB_STEP_SUMMARY || \
40
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