Skip to content

Commit 6bebebd

Browse files
authored
Update MonthlyLinkCheck.yml
1 parent 2009e18 commit 6bebebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/MonthlyLinkCheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ secrets.CUSTOM_TOKEN }}
2828
jobSummary: false # Disable default summary
2929
fail: true
30-
30+
3131
- name: Create Filtered Summary
3232
if: always()
3333
run: |
@@ -39,7 +39,7 @@ jobs:
3939
head -n -1 >> $GITHUB_STEP_SUMMARY || \
4040
grep -A 10000 "^## Errors per input" ./lychee/out.md >> $GITHUB_STEP_SUMMARY
4141
fi
42-
42+
4343
- name: Create Issue From File
4444
if: failure() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
4545
uses: peter-evans/create-issue-from-file@v5

0 commit comments

Comments
 (0)