Skip to content

fix: change action name to 'Setup Goose CLI' for marketplace uniqueness#5

Closed
clouatre wants to merge 1 commit intomainfrom
fix/unique-action-name
Closed

fix: change action name to 'Setup Goose CLI' for marketplace uniqueness#5
clouatre wants to merge 1 commit intomainfrom
fix/unique-action-name

Conversation

@clouatre
Copy link
Copy Markdown
Member

Problem

GitHub Marketplace rejected the action name Setup Goose with error:

Name must be unique. Cannot match an existing action, user or organization name.

Solution

Changed action name to Setup Goose CLI

Rationale

  • More specific (identifies it as the CLI tool)
  • Avoids conflicts with potential 'Goose' user/org names
  • Follows industry patterns (Setup Node CLI, Setup Python CLI)
  • Still clear and professional

Changes

  • action.yml: name: 'Setup Goose'name: 'Setup Goose CLI'

Type: Bug fix
Scope: Marketplace publication requirement
Breaking: No (users reference by repo, not action name)

GitHub Marketplace requires unique names that don't conflict with existing
actions, users, or organizations. 'Setup Goose' was too generic.

'Setup Goose CLI' is more specific and clearly identifies this as the
CLI installer action.
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