Skip to content

Commit f1c0ee3

Browse files
committed
Fix android-target and android-channel
1 parent c854cbb commit f1c0ee3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ Snapshots can be specified with their full name, like "6.1-DEVELOPMENT-SNAPSHOT-
8888
| copy-files | Additional files to copy to emulator for testing | |
8989
| android-emulator-test-folder | Emulator folder where tests are copied and run | /data/local/tmp/android-xctest |
9090
| android-api-level | The API level of the Android emulator to run against | 29 |
91-
| android-channel | Channel to download the SDK components from - stable, beta, dev, canary | canary |
91+
| android-channel | Channel to download the SDK components from - stable, beta, dev, canary | stable |
9292
| android-profile | Hardware profile used for creating the AVD | pixel |
93-
| android-target | Target of the system image - default, google_apis, playstore, android-wear, android-wear-cn, android-tv, google-tv, aosp_atd or google_atd | aosp_atd |
93+
| android-target | Target of the system image - default, google_apis, playstore, android-wear, android-wear-cn, android-tv, google-tv, aosp_atd or google_atd | default |
9494
| android-cores | Number of cores to use for the emulator | 2 |
9595
| android-emulator-options | Options to pass to the Android emulator | -no-window … |
9696
| android-emulator-boot-timeout | Emulator boot timeout in seconds | 600 |

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ inputs:
8181
android-channel:
8282
required: false
8383
type: string
84-
default: 'canary'
84+
default: 'stable'
8585
android-profile:
8686
required: false
8787
type: string
8888
default: 'pixel'
8989
android-target:
9090
required: false
9191
type: string
92-
default: 'aosp_atd'
92+
default: 'default'
9393

9494
runs:
9595
using: "composite"

0 commit comments

Comments
 (0)