We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d4403 commit 4b69a32Copy full SHA for 4b69a32
.github/workflows/links.yml
@@ -2,7 +2,7 @@ name: Automated Link Health Check
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: "00 18 * * *" #Runs the cron at 1800 hrs UTC Everyday
+ - cron: "00 18 * * *" # Runs the cron at 1800 hrs UTC Everyday
6
jobs:
7
linkChecker:
8
runs-on: ubuntu-latest
@@ -18,7 +18,7 @@ jobs:
18
output: ./lychee/out.md
19
- name: Create Issue From File
20
if: steps.lychee.outputs.exit_code != 0
21
- uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd #v5.0.1
+ uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
22
with:
23
title: Link Checker Report
24
content-filepath: ./lychee/out.md
0 commit comments