diff --git a/action.yml b/action.yml index 705ecb9..6427c3c 100644 --- a/action.yml +++ b/action.yml @@ -15,10 +15,10 @@ inputs: description: 'The ID of the app binary previously uploaded to devicecloud.dev' required: false android-api-level: - description: '[Android only] Android API level to run your flow against ' + description: '[Android only] Android API level to run your flow against ' required: false android-device: - description: '[Android only] Android device to run your flow against ' + description: '[Android only] Android device to run your flow against ' required: false async: description: 'Immediately return (exit code 0) from the command without waiting for the results of the run (useful for saving CI minutes)'