Skip to content

Commit

Permalink
fix: file detection
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Zaniewski <[email protected]>
  • Loading branch information
Piotr1215 authored and ThomasK33 committed Oct 17, 2024
1 parent e3471a0 commit b236590
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run Misspell with Reviewdog
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.GH_ACCESS_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review

vale:
Expand All @@ -49,12 +49,12 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files: |
'platform/**/*.mdx'
'platform/**/*.md'
'vcluster/**/*.mdx'
'vcluster/**/*.md'
'vcluster_versioned_docs/**/*.mdx'
'vcluster_versioned_docs/**/*.md'
platform/**/*.mdx
platform/**/*.md
vcluster/**/*.mdx
vcluster/**/*.md
vcluster_versioned_docs/**/*.mdx
vcluster_versioned_docs/**/*.md
- name: Install venv for vale on ubuntu latest
if: steps.changed-files.outputs.all_changed_files != ''
run: |
Expand Down

0 comments on commit b236590

Please sign in to comment.