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
22on :
33 workflow_dispatch :
44 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
66jobs :
77 linkChecker :
88 runs-on : ubuntu-latest
99 permissions :
1010 issues : write
1111 steps :
12- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313 - name : Link Checker
1414 id : lychee
15- uses : lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332i # v0.19.1
15+ uses : lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332i # v0.19.1
1616 with :
1717 fail : false
1818 output : ./lychee/out.md
1919 - name : Create Issue From File
2020 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
2222 with :
2323 title : Link Checker Report
2424 content-filepath : ./lychee/out.md
You can’t perform that action at this time.
0 commit comments