Skip to content

Commit c8d20e2

Browse files
committed
Apply suggestions
1 parent 59d81dd commit c8d20e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/manually.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
required: true
88
default: 'ubuntu-latest'
99
api-level:
10-
description: 'API level of the platform and system image (if not overridden with system-image-api-level input)'
10+
description: 'API level of the platform and system image (if not overridden with system-image-api-level input) - e.g. 33, 35-ext15, Baklava'
1111
required: true
1212
default: '34'
1313
system-image-api-level:
14-
description: 'API level of the system image'
14+
description: 'API level of the system image - e.g. 34-ext10, 35-ext15'
1515
target:
1616
description: 'target of the system image - default, google_apis, google_apis_playstore, aosp_atd, google_atd, android-wear, android-wear-cn, android-tv, google-tv, android-automotive, android-automotive-playstore or android-desktop'
1717
required: true

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ branding:
66
color: 'green'
77
inputs:
88
api-level:
9-
description: 'API level of the platform and system image - e.g. 23 for Android Marshmallow, 29 for Android 10'
9+
description: 'API level of the platform and system image - e.g. 23, 33, 35-ext15, Baklava'
1010
required: true
1111
system-image-api-level:
12-
description: 'API level of the system image - e.g. 23 for Android Marshmallow, 29 for Android 10. If not set the `api-level` input will be used.'
12+
description: 'API level of the system image - e.g. 34-ext10, 35-ext15. If not set the `api-level` input will be used.'
1313
required: false
1414
target:
1515
description: 'target of the system image - default, google_apis, google_apis_playstore, aosp_atd, google_atd, android-wear, android-wear-cn, android-tv, google-tv, android-automotive, android-automotive-playstore or android-desktop'

0 commit comments

Comments
 (0)