scanaislop/aislop repository ships a composite action.yml at the repo root. That lets workflows use:
Current status
Marketplace publishing is deferred until the next release pass that touches Action metadata. GitHub’s release UI may show a “Publish this Action to the GitHub Marketplace” checkbox because the repository containsaction.yml.
Current blocker
Marketplace requires the Actionname: to be globally unique. The current name is:
aislop is not available as a Marketplace Action name.
Options
Recommendation
Usename: aislop-scan when Marketplace publishing becomes a priority. It keeps the brand, describes the Action clearly, and does not change how workflows reference the repository.
uses: scanaislop/aislop@v1 resolves by owner, repository, and ref. It does not depend on the Marketplace display name.
Release checklist
- Check whether
github.com/aislopis available or owned by the team. - If the exact name cannot be used, edit
action.ymlto a unique name such asaislop-scan. - Verify
uses: scanaislop/aislop@v<next>still resolves in a test workflow. - On the next GitHub Release, tick the Marketplace publish checkbox.
- Confirm the listing renders the shield icon, green branding, and current description.
