Skip to content

Commit a3a1845

Browse files
Update Broken-links-checker-final.yml
1 parent fa039ef commit a3a1845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- name: Get Changed Markdown Files (PR only)
20+
- name: Get Added/Modified Markdown Files (PR only)
2121
id: changed-files
2222
if: github.event_name == 'pull_request'
2323
run: |
@@ -27,7 +27,7 @@ jobs:
2727
echo "$files" >> $GITHUB_OUTPUT
2828
echo "EOF" >> $GITHUB_OUTPUT
2929
30-
- name: Check Broken Links on Changed Files (PR)
30+
- name: Check Broken Links in Added/Modified 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: Check Broken Links on Entire Repo (Manual)
40+
- name: Check Broken Links in Entire Repo (Manual)
4141
if: github.event_name == 'workflow_dispatch'
4242
uses: lycheeverse/[email protected]
4343
with:

0 commit comments

Comments
 (0)