Skip to content

Commit 5562faa

Browse files
committed
Do not set directory and depend on latest code
1 parent 86facdf commit 5562faa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/broken_markdown_links.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ jobs:
5858
timeout-minutes: 10
5959
# Run the command to check for broken links:
6060
- id: broken-links
61-
uses: stdlib-js/broken-markdown-url-definitions-action@v1.0
62-
with:
63-
directory: fixtures
61+
uses: stdlib-js/broken-markdown-url-definitions-action@main
6462
# Print out the results:
6563
- run: |
6664
echo ${{ steps.broken-links.outputs.links }}

0 commit comments

Comments
 (0)