Skip to content

Commit

Permalink
Update vale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSaintarbor committed Apr 10, 2024
1 parent 9bcd939 commit 08cdda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
with:
# Avoid using single or double quotes for multiline patterns
files: |
**.md
docs/**.md
separator: ","
env:
ALL_CHANGED_FILES: ${{ 0 }}
- name: No files changed?
if: steps.changed-markdown-files.outputs.any_changed == 'false'
run: |
echo "No files changed"
echo "ALL_CHANGED_FILES=$ALL_CHANGED_FILES" >> $GITHUB_ENV
Expand Down

0 comments on commit 08cdda5

Please sign in to comment.