Name the action Powderworks Straitjacket - #16
Merged
Conversation
The Marketplace derives a listing slug from the action name, lowercased with non-alphanumerics collapsed to hyphens, so the name decides the URL. `Powderworks Straitjacket` gives `powderworks-straitjacket`, which is what the badge already pointed at before it was briefly changed to match a repo-path style name. It also keeps a slash out of a display name, and the uniqueness error that started this was a collision with the GitHub user `Straitjacket`, which any qualifier resolves. The name is display only. Workflows reach the action through `uses:`, which is untouched. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GbyMWgEUSRGynJwACBvwFu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
action.ymlis nowname: Powderworks Straitjacket, and the README badgepoints at
marketplace/actions/powderworks-straitjacket.Why this name
The Marketplace derives the listing slug from the action's
name:field —lowercased, with non-alphanumerics collapsed to hyphens. Verified against three
published actions rather than assumed:
name:actions/checkoutCheckout/actions/checkoutSwatinem/rust-cacheRust Cache/actions/rust-cacherust-lang/crates-io-auth-actioncrates-io-auth-action/actions/crates-io-auth-actionPowderworks Straitjackettherefore yieldspowderworks-straitjacket, whichmatches the badge URL, and keeps a
/out of a display name.The uniqueness error behind all this has a concrete cause: there is a GitHub
user named
Straitjacket. Any qualifierresolves it.
nameis display only — workflows reach the action throughuses: PowderworksCode/straitjacket@<tag>, which this does not touch.Note
The badge 404s until the listing is published, and the listing has to be cut
from a release whose
action.ymlcarries this name — sov0.1.1, notv0.1.0.The README's own examples already say
@v0.1.1, and that tag does not exist yet.🤖 Generated with Claude Code
https://claude.ai/code/session_01GbyMWgEUSRGynJwACBvwFu