From 60beec080760aab06aa7c00797c255b24f1cfe1c Mon Sep 17 00:00:00 2001 From: finalerock44 <77282157+finalerock44@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:04:14 +0100 Subject: [PATCH] Document the Pixel 8/10 family/11 device options Also adds API 37, which the list had never picked up. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)'