Skip to content

Commit

Permalink
fix substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Oct 3, 2024
1 parent 2b3468a commit 37b81f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettierCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: prettier
continue-on-error: true
run: |
echo "files=${npx prettier . -l}">> "$GITHUB_ENV"
echo files=`npx prettier . -l` >> "$GITHUB_ENV"
- name: generate errors/summary
run: .github/workflows/generateCheck.sh
env:
Expand Down

0 comments on commit 37b81f7

Please sign in to comment.