From 874fbaf0cf14a61d2b03b67889d252ded2a5cb41 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 21 Aug 2025 14:15:18 +0300 Subject: [PATCH] Fix mardkown linting --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dbe984a..8754a97 100644 --- a/action.yml +++ b/action.yml @@ -245,7 +245,7 @@ runs: - uses: gaurav-nelson/github-action-markdown-link-check@v1 if: inputs.readme_enabled == 'true' && inputs.validate_readme == 'true' with: - file-path: '${{ steps.readme.outputs.file }} **/README.md' + file-path: ${{ steps.readme.outputs.file }} check-modified-files-only: true max-depth: 0