From ea00f7221146301e8032502d07ef43fd8876f365 Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 28 Oct 2022 18:28:11 +1100 Subject: [PATCH] Clean up action description. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'