Skip to content

Commit 0d0f604

Browse files
committed
Fix action names in workflow
1 parent 4f837f0 commit 0d0f604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdown_links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
# Check for broken links:
8181
- name: 'Check links'
82-
uses: stdlib-js/broken-markdown-url-definitions-action@main
82+
uses: stdlib-js/check-markdown-link-definitions-action@main
8383
id: results
8484
with:
8585
exclude: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules

.github/workflows/markdown_src_attributes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
# Check for broken `src` attribute URLs:
8181
- name: 'Check `src` attribute URLs'
82-
uses: stdlib-js/broken-markdown-src-action@main
82+
uses: stdlib-js/check-markdown-src-action@main
8383
id: results
8484
with:
8585
exclude: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules

0 commit comments

Comments
 (0)