Skip to content

Commit 0de2018

Browse files
authored
Fix mardkown linting (#25)
1 parent 5afc638 commit 0de2018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ runs:
245245
- uses: gaurav-nelson/github-action-markdown-link-check@v1
246246
if: inputs.readme_enabled == 'true' && inputs.validate_readme == 'true'
247247
with:
248-
file-path: '${{ steps.readme.outputs.file }} **/README.md'
248+
file-path: ${{ steps.readme.outputs.file }}
249249
check-modified-files-only: true
250250
max-depth: 0
251251

0 commit comments

Comments
 (0)