Skip to content

Commit 9ca6213

Browse files
Update Broken-links-checker-final.yml
1 parent 614ced1 commit 9ca6213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Broken-links-checker-final.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
# For pull request: Get only changed markdown files
23+
# For PR : Get only changed markdown files
2424
- name: Get changed markdown files (PR only)
2525
id: changed-markdown-files
2626
if: github.event_name == 'pull_request'
@@ -44,7 +44,7 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545

4646
# For manual trigger: Check all markdown files in repo
47-
- name: Check Broken Links in All Markdown Files (Manual Trigger)
47+
- name: Check Broken Links in All Markdown Files in Entire Repo (Manual Trigger)
4848
id: lychee-check-manual
4949
if: github.event_name == 'workflow_dispatch'
5050
uses: lycheeverse/[email protected]

0 commit comments

Comments
 (0)