Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 16, 2024
1 parent a175def commit 92f7363
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Install Vale
run: pip install vale==2.27.0
run: pip install vale==2.27.0 # Install a stable version of Vale

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v34
with:
files: |
website/**/*.md
separator: ','
separator: ' '

- name: Debugging - Print changed files
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
run: |
Expand All @@ -63,5 +63,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
files: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
separator: ','
separator: ' '
version: '2.27.0'

0 comments on commit 92f7363

Please sign in to comment.