From a0d3892a1601d89dd97b68a2d4a669d6669ccec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20W=C3=A4rting?= Date: Thu, 16 Apr 2026 23:59:14 +0200 Subject: [PATCH] Shorten action description for Marketplace GitHub Marketplace caps action descriptions at 125 characters. The original multi-sentence description was 238 characters, which blocked publishing the v1.0.0 release to Marketplace. Trimmed to a single 104-character line that still conveys CLI install + SDK + caching, plus the setup-android drop-in replacement angle. --- action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 951c956..7a169c0 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,5 @@ name: 'Setup Android CLI' -description: >- - Install Google's agent-first `android` CLI, optionally install Android SDK - packages, and cache between runs. Replaces the `sdkmanager` + - `cmdline-tools` dance with a single composite action. Tracks the current - `latest` release of the CLI. +description: 'Install and cache Google''s agent-first android CLI plus SDK packages. Drop-in setup-android replacement.' author: 'Premex' branding: