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
22on :
3- repository_dispatch :
43 workflow_dispatch :
54 schedule :
6- - cron : " 00 18 * * *"
5+ - cron : " 00 18 * * *" # Runs the cron at 1800 hrs UTC Everyday
76jobs :
87 linkChecker :
98 runs-on : ubuntu-latest
109 permissions :
1110 issues : write
1211 steps :
13- - uses : actions/checkout@v4
12+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1413 - name : Link Checker
1514 id : lychee
16- uses : lycheeverse/lychee-action@v2
15+ uses : lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332
1716 with :
1817 fail : false
18+ output : ./lychee/out.md
1919 - name : Create Issue From File
2020 if : steps.lychee.outputs.exit_code != 0
2121 uses : peter-evans/create-issue-from-file@v5
You can’t perform that action at this time.
0 commit comments