lee-lott-actions/Slugify Team Name
A GitHub Action to transform a repo or team name into a GitHub-compatible slug
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-string | The string to slugify (e.g., "My Awesome Team") | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the slugify ("success" or "failure") |
| slug | The slugified string (e.g., "my-awesome-team") |
| error-message | Error message if the slugify fails |