Skip to content

Commit 37a8c86

Browse files
White space fixed
Signed-off-by: krishnaduttPanchagnula <[email protected]>
1 parent e2c3fb9 commit 37a8c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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 1800 hrs UTC Everyday
66
jobs:
77
linkChecker:
88
runs-on: ubuntu-latest
@@ -18,7 +18,7 @@ jobs:
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)