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 023d36b commit 00b8bd4Copy full SHA for 00b8bd4
.github/workflows/check-links.yml
@@ -6,17 +6,9 @@ name: CheckLinks
6
7
8
9
-# on:
10
-# schedule:
11
-# - cron: "5 4 * * SAT"
12
-
13
on:
14
- push:
15
- branches:
16
- - link-check-action
17
- pull_request:
18
19
+ schedule:
+ - cron: "5 4 * * SAT"
20
21
jobs:
22
checklinks:
@@ -49,5 +41,5 @@ jobs:
49
41
uses: peter-evans/create-issue-from-file@v3
50
42
with:
51
43
title: Link Checker Report
52
- content-filepath: ./lychee/out2.md
44
+ content-filepath: ./lychee/out.md
53
45
labels: report, automated issue
0 commit comments