We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afc638 commit 0de2018Copy full SHA for 0de2018
action.yml
@@ -245,7 +245,7 @@ runs:
245
- uses: gaurav-nelson/github-action-markdown-link-check@v1
246
if: inputs.readme_enabled == 'true' && inputs.validate_readme == 'true'
247
with:
248
- file-path: '${{ steps.readme.outputs.file }} **/README.md'
+ file-path: ${{ steps.readme.outputs.file }}
249
check-modified-files-only: true
250
max-depth: 0
251
0 commit comments