Skip to content

Commit

Permalink
Update vale_2 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSaintarbor committed Feb 21, 2024
1 parent 1a103ec commit 737363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vale_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
echo "CHANGED_FILES=$ALL_CHANGED_FILES" >> $GITHUB_ENV
echo "ALL_CHANGED_FILES=$ALL_CHANGED_FILES" >> $GITHUB_ENV
done
- uses: errata-ai/vale-action@reviewdog
env:
Expand Down

0 comments on commit 737363d

Please sign in to comment.