From 7ef87d1d7f6fb88ba13ae2795626299e579402be Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 27 Jun 2025 23:51:43 -0700 Subject: [PATCH] test --- unity-command/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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