Remove exit result.
This commit is contained in:
@@ -31,6 +31,6 @@ echo "::endgroup::"
|
|||||||
|
|
||||||
echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT"
|
echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
if [[ "$CATCH_ERRORS" != "true" ]]; then
|
# if [[ "$CATCH_ERRORS" != "true" ]]; then
|
||||||
exit $RESULT
|
# exit $RESULT
|
||||||
fi
|
# fi
|
||||||
|
|||||||
Reference in New Issue
Block a user