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