Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Github Split-By Action

Actions splits strings by the given delimiter

Inputs

string

required string to be split

split-by

required string/char to be used as the delimiter to split the string.

Output

value

Object containing key value pairs

{
_0: 'first',_1: 'secound'
}

Example Usage

- uses: rishabhgupta/split-by@v1id: splitwith:
string: 'feat/branch-name'split-by: '/'
- run: |  echo "${{ steps.split.outputs._1}}"

About

Github Custom Action to split strings.

Resources

Stars

13 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages