cloudposse-github-actions/string-transformer
A helper for transforming strings in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 24, 2025
- License
- Apache 2.0
Pinned Snippet
uses: cloudposse-github-actions/string-transformer@6ebc9304138f9c34a90908146b31f3349ec3b67b # 0.5.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | Operation you would like to run on the string, valid values are: `lowercase`, `uppercase`, `kebabcase`, `dns-subdomain` | yes | lowercase |
| input-string | The string you'd like to perform the operation on | yes | — |
| max-length | The maximum length of the string, or -1 to not limit the length | no | -1 |
Outputs
| name | description |
|---|---|
| output-string | The transformed string |