diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index df2407b..20cab3b 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -29,7 +29,7 @@ RESULT=$? echo "Unity command exited with code: $RESULT" echo "::endgroup::" -echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT" +#echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT" # if [[ "$CATCH_ERRORS" != "true" ]]; then # exit $RESULT