Skip to content

Commit e1371e8

Browse files
authored
fix(ci): check links
1 parent 9434c4f commit e1371e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ga-misc-check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
2828
- name: 🔗 Run Check Links
2929
if: steps.changed-md.outputs.changed_files != ''
30-
uses: 01-edu/check-links@v0.2
30+
uses: harryvasanth/markdown-link-checker@v1
3131
with:
32-
filepath: ${{ steps.changed-md.outputs.changed_files }}
32+
files: ${{ steps.changed-md.outputs.changed_files }}

0 commit comments

Comments
 (0)