CP cl/232321132

Left out the arg changes since those have been refactored into the main
create command and are targeted for local usage for the create_cf command
which at this point is only used by infra and those testing infra changes.

Bug: 123894473
Test: atest acloud_test --host
Change-Id: Icb1167dd39ccc40ca4962ec597f445153d803c17
diff --git a/public/acloud_main.py b/public/acloud_main.py
index 5e869a7..a7fe194 100644
--- a/public/acloud_main.py
+++ b/public/acloud_main.py
@@ -394,6 +394,7 @@
             cfg=cfg,
             build_target=args.build_target,
             build_id=args.build_id,
+            branch=args.branch,
             kernel_build_id=args.kernel_build_id,
             kernel_branch=args.kernel_branch,
             system_branch=args.system_branch,