Skip to content

Commit fa039ef

Browse files
Updated Names
1 parent 2d22d35 commit fa039ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Markdown Link Checker
1+
name: Broken Link Checker
22

33
on:
44
pull_request:
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
markdown-link-check:
11-
name: Check Markdown Links
11+
name: Check Markdown Broken Links
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -27,7 +27,7 @@ jobs:
2727
echo "$files" >> $GITHUB_OUTPUT
2828
echo "EOF" >> $GITHUB_OUTPUT
2929
30-
- name: Run Lychee on Changed Files (PR)
30+
- name: Check Broken Links on Changed Files (PR)
3131
if: github.event_name == 'pull_request' && steps.changed-files.outputs.md_files != ''
3232
uses: lycheeverse/[email protected]
3333
with:
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

40-
- name: Run Lychee on All Files (Manual)
40+
- name: Check Broken Links on Entire Repo (Manual)
4141
if: github.event_name == 'workflow_dispatch'
4242
uses: lycheeverse/[email protected]
4343
with:

0 commit comments

Comments
 (0)