Skip to content

Shorten action description for Marketplace (fixes 125-char limit)#6

Merged
warting merged 1 commit into
mainfrom
fix/marketplace-description
Apr 16, 2026
Merged

Shorten action description for Marketplace (fixes 125-char limit)#6
warting merged 1 commit into
mainfrom
fix/marketplace-description

Conversation

@warting
Copy link
Copy Markdown
Contributor

@warting warting commented Apr 16, 2026

Summary

Marketplace validation rejects the v1.0.0 publish because the `description:` field in `action.yml` exceeds its 125-character limit (was 238). Trimmed to 104 characters:

Install and cache Google's agent-first android CLI plus SDK packages. Drop-in setup-android replacement.

Still carries the three things a marketplace visitor needs to know: it installs the CLI, manages SDK packages + caching, and drop-in-replaces `android-actions/setup-android`.

Test plan

  • CI passes on this PR.
  • After merge, tag v1.0.1 so the release workflow creates/refreshes the v1 alias.
  • v1.0.1 release is publishable to GitHub 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.
@warting warting merged commit a571326 into main Apr 16, 2026
21 checks passed
@warting warting deleted the fix/marketplace-description branch April 16, 2026 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant