cloudposse-github-actions/string-transformer

A helper for transforming strings in GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 24, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: cloudposse-github-actions/string-transformer@6ebc9304138f9c34a90908146b31f3349ec3b67b # 0.5.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
operationOperation you would like to run on the string, valid values are: `lowercase`, `uppercase`, `kebabcase`, `dns-subdomain`yeslowercase
input-stringThe string you'd like to perform the operation onyes
max-lengthThe maximum length of the string, or -1 to not limit the lengthno-1
namedescription
output-stringThe transformed string