github-action-markdown-link-check
github-action-markdown-link-check copied to clipboard
Cant find folder when using self hosted runner
I am trying to use the action with self-hosted runner and it fails to locate the folder. The same works if I don't use self-hosted runner

Thank you @rahulpatidar0191 Can you verify it again by using only docs (removed /) for FOLDER_PATH ?
@gaurav-nelson Tried removing / but still seeing the same issue. If I remove the FOLDER_PATH, it doesn't check any markdowns in the repo at all. It seems like the checkout doesn't seem to work as expected when using self-hosted with this action

I have stopped working on this action. Please try https://github.com/UmbrellaDocs/linkspector and https://github.com/UmbrellaDocs/action-linkspector instead.
@gaurav-nelson Thanks for letting me know and sharing those links. Appreciate that