Skip to content

Commit 39f33a9

Browse files
made pipeline changes to improve readibility
Signed-off-by: krishnaduttPanchagnula <[email protected]>
1 parent 6e07fff commit 39f33a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/link-rot-checker.yml renamed to .github/workflows/automatedLinkHealthCheck.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: Link-rot-Checker
1+
name: Automated Link Health Check
22
on:
3-
repository_dispatch:
43
workflow_dispatch:
54
schedule:
6-
- cron: "00 18 * * *"
5+
- cron: "00 18 * * *" #Runs the cron at 1800 hrs UTC Everyday
76
jobs:
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

0 commit comments

Comments
 (0)