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 e7f06c3 commit fd85befCopy full SHA for fd85bef
.github/workflows/linkcheck.yaml
@@ -2,6 +2,9 @@ name: Links
2
3
on:
4
pull_request:
5
+ schedule:
6
+ - cron: "00 18 * * 7"
7
+
8
9
jobs:
10
linkChecker:
@@ -18,10 +21,10 @@ jobs:
18
21
fail: false
19
22
jobSummary: true
20
23
-# - name: Create Issue From File
-# if: steps.lychee.outputs.exit_code != 0
-# uses: peter-evans/create-issue-from-file@v5
24
-# with:
25
-# title: Link Checker Report
26
-# content-filepath: ./lychee/out.md
27
-# labels: report, automated issue
+ - name: Create Issue From File
+ if: steps.lychee.outputs.exit_code != 0
+ uses: peter-evans/create-issue-from-file@v5
+ with:
28
+ title: Link Checker Report
29
+ content-filepath: ./lychee/out.md
30
+ labels: report, automated issue
0 commit comments