Skip to content

Commit 6d1a736

Browse files
committed
redirect stdout to stderr
1 parent dec6bba commit 6d1a736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
done <<< "$exec";
9191
9292
if [ $check_result == 'false' ] ; then
93-
echo "Base path: '$basePath' not onboarded for autogeneration"
93+
echo "Base path: '$basePath' not onboarded for autogeneration" 1>&2
9494
exit 1
9595
fi
9696
working-directory: ./generator

0 commit comments

Comments
 (0)