Skip to content

Commit 525d639

Browse files
committed
fix: echo
1 parent 4b2bd08 commit 525d639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
LINES=$(echo "$FILES" | awk 'NF' | wc -l)
3232
if [ "$LINES" -ne 0 ]; then
3333
echo "Detected files that need to be committed:"
34-
echo "${FILES//^/ }"
34+
echo "${FILES}"
3535
echo ""
3636
echo "Try running: npm run build"
3737
exit 1

0 commit comments

Comments
 (0)