File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Link-rot-Checker
1
+ name : Automated Link Health Check
2
2
on :
3
- repository_dispatch :
4
3
workflow_dispatch :
5
4
schedule :
6
- - cron : " 00 18 * * *"
5
+ - cron : " 00 18 * * *" # Runs the cron at 1800 hrs UTC Everyday
7
6
jobs :
8
7
linkChecker :
9
8
runs-on : ubuntu-latest
10
9
permissions :
11
10
issues : write
12
11
steps :
13
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
13
- name : Link Checker
15
14
id : lychee
16
- uses : lycheeverse/lychee-action@v2
15
+ uses : lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332
17
16
with :
18
17
fail : false
18
+ output : ./lychee/out.md
19
19
- name : Create Issue From File
20
20
if : steps.lychee.outputs.exit_code != 0
21
21
uses : peter-evans/create-issue-from-file@v5
You can’t perform that action at this time.
0 commit comments