diff --git a/action.yml b/action.yml index 1d43dfaf..13ba8e36 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ inputs: description: 'custom script to run - e.g. `./gradlew connectedCheck`' required: true pre-emulator-launch-script: - description: 'custom script to run which will run before launch the emulator - e.g. `./adjust-emulator-configs.sh`' + description: 'custom script to run after creating the AVD and before launching the emulator - e.g. `./adjust-emulator-configs.sh`' runs: using: 'node16' main: 'lib/main.js'