team-b1nd/String Parser
Easily parse strings in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| body | The string to be parsed | yes | — |
| split | The string used to split the body | no | — |
| splitIndex | The index after splitting the string | no | — |
| replaceBefore | The substring to replace before the split | no | — |
| replaceAfter | The substring to replace after the split | no | — |
| substringStart | The start index for the substring | no | — |
| substringEnd | The end index for the substring | no | — |
| envName | The environment variable name to store the result | yes | — |
Outputs
no outputs