Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

folder-path isn't respected #158

Closed
rootulp opened this issue Oct 21, 2022 · 0 comments · Fixed by #184
Closed

folder-path isn't respected #158

rootulp opened this issue Oct 21, 2022 · 0 comments · Fixed by #184

Comments

@rootulp
Copy link

rootulp commented Oct 21, 2022

I am observing a scenario where the config folder-path isn't being respected. Our config is here:

name: Check Markdown links
on:
  # schedule:
  #   - cron: '* */24 * * *'
  workflow_dispatch:
jobs:
  markdown-link-check:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: gaurav-nelson/github-action-markdown-link-check@1.0.14
        with:
          folder-path: "docs" # default value .

but markdown-link-check is running against . here. See celestiaorg/celestia-app#902 (comment) for additional context. Do you have any ideas on how we can resolve?

The only noticeable difference is that the example uses single quotes and our config uses double quotes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant