Skip to content

Commit 37e8d39

Browse files
Updated Formatiing changes
1 parent 905f713 commit 37e8d39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/links.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ name: Automated Link Health Check
22
on:
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
66
jobs:
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

0 commit comments

Comments
 (0)