From d448fb8c1431b8208bf4ff3561cfacc26350bdf7 Mon Sep 17 00:00:00 2001 From: finalerock44 Date: Thu, 6 Aug 2026 15:40:12 +0100 Subject: [PATCH] docs(action): list API level 37 in android-api-level options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description-only. The input is parsed with a plain numeric coercion and validated server-side, so there is no src change and dist needs no rebuild. Do not merge ahead of the production rollout — main is the released action. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a969957..5d7c621 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ 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 '