Skip to content

Commit

Permalink
fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Apr 24, 2024
1 parent 913fe68 commit f61c7be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prettierCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- run: npm ci
- name: Prettier check
run: |
echo files=`npx prettier . -l`>> "$GITHUB_ENV"
files=npx prettier . -l
echo status=`echo $?`>>"$GITHUB_ENV"
echo files=`echo $files`>> "$GITHUB_ENV"
- name: generate github check message
run: .github/workflows/generateCheck.sh

0 comments on commit f61c7be

Please sign in to comment.