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 614ced1 commit 9ca6213Copy full SHA for 9ca6213
.github/workflows/Broken-links-checker-final.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0
22
23
- # For pull request: Get only changed markdown files
+ # For PR : Get only changed markdown files
24
- name: Get changed markdown files (PR only)
25
id: changed-markdown-files
26
if: github.event_name == 'pull_request'
@@ -44,7 +44,7 @@ jobs:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
46
# For manual trigger: Check all markdown files in repo
47
- - name: Check Broken Links in All Markdown Files (Manual Trigger)
+ - name: Check Broken Links in All Markdown Files in Entire Repo (Manual Trigger)
48
id: lychee-check-manual
49
if: github.event_name == 'workflow_dispatch'
50
uses: lycheeverse/[email protected]
0 commit comments