diff --git a/distros/busybox/entrypoint.sh b/distros/busybox/entrypoint.sh index 3b44ee2..0f53ba8 100644 --- a/distros/busybox/entrypoint.sh +++ b/distros/busybox/entrypoint.sh @@ -13,4 +13,5 @@ if [[ -n "$OUTPUT" ]]; then echo "EOF" >> "$GITHUB_OUTPUT" fi +echo "Result: $RESULT" exit $RESULT \ No newline at end of file