diff --git a/action.yml b/action.yml index 1d44eb76..6dba9d65 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,12 @@ -name: coder-eval +# `name` is the GitHub Marketplace listing title and must be globally unique +# across Marketplace actions, users, AND organizations. `coder-eval` is taken by +# an unrelated squatted org (github.com/coder-eval), so the listing uses the +# underscored repo name instead. This value is display-only: consumers reference +# the action by repo path (`uses: UiPath/coder_eval@v0`), never by this name. +name: coder_eval +# Matches the authorship the project already declares in pyproject.toml +# (`authors = [{ name = "UiPath", ... }]`) and NOTICE (`© 2026 UiPath`). +author: UiPath description: Run coder-eval evaluation tasks as a CI gate, with JUnit XML output and a job-summary report. branding: icon: check-circle