From b2916c80dc8bc042908aafe499717c24df636e6c Mon Sep 17 00:00:00 2001 From: Scion Date: Tue, 1 Jul 2025 14:19:17 -0700 Subject: [PATCH] Test --- distros/busybox/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) 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