From eed8bb6cc50ad5bafc5523407faa95ca3d0f16b7 Mon Sep 17 00:00:00 2001 From: Artem Bulgakov Date: Fri, 31 Jul 2020 22:34:08 +0300 Subject: [PATCH] Add endgroup on error --- entrypoint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.py b/entrypoint.py index 2183d99..5f28f82 100755 --- a/entrypoint.py +++ b/entrypoint.py @@ -99,6 +99,7 @@ def apply_patches(): "::error::Cannot apply patches to buildozer (ImportError). " "Update buildozer-action to new version or create a Bug Request" ) + print("::endgroup::") return print("Changing global_buildozer_dir")