Remove exit result.

This commit is contained in:
2025-06-27 23:48:10 -07:00
parent ba8e1ac228
commit f52b77106a

View File

@@ -31,6 +31,6 @@ echo "::endgroup::"
echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT"
if [[ "$CATCH_ERRORS" != "true" ]]; then
exit $RESULT
fi
# if [[ "$CATCH_ERRORS" != "true" ]]; then
# exit $RESULT
# fi