phorus-group/Unslash text
An action to remove slashes from text, useful to prepare a branch name to be used for actions like actions/upload-artifact. This action parses the text and replaces any slashes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| text | The text to unslash | yes | — |
| replacement | The replacement | no | _ |
Outputs
| name | description |
|---|---|
| text | The processed text |