Remove exit result.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user