You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform text with regex replace, base64 encode/decode, URL encode/decode, case conversion, SHA-256 hashing, and more. Zero dependencies beyond @actions/core.
Inputs
Input
Required
Default
Description
text
Yes
—
Input text to transform
operation
Yes
—
Transformation to apply (see operations below)
find
No
—
Regex pattern (for regex_replace)
replace
No
—
Replacement string with $1, $2 groups (for regex_replace)