From 5c1f55c6d4235391061f886b074093a61fc2f27e Mon Sep 17 00:00:00 2001 From: Alex Vanyo Date: Fri, 13 Aug 2021 11:46:53 -0500 Subject: [PATCH] Update action.yml with new targets --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d5af80d7a..ffe6e01d7 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: 'API level of the platform and system image - e.g. 23 for Android Marshmallow, 29 for Android 10' required: true target: - description: 'target of the system image - default, google_apis or playstore' + description: 'target of the system image - default, google_apis, google_apis_playstore, android-wear, android-wear-cn, android-tv or google-tv' default: 'default' arch: description: 'CPU architecture of the system image - x86, x86_64 or arm64-v8a'