split icon indicating copy to clipboard operation
split copied to clipboard

GitHub action to split string

Results 2 split issues
Sort by recently updated
recently updated
newest added

I currently switched from https://github.com/marketplace/actions/simple-split and something is off. I'm using another action to sign a list of files. This will produce a string of the full path to the...

bug

Can we have a new output value `outputs.last` that is equal to the latest value in the split array? Because `steps.version.outputs.length - 1` throws a syntax error

enhancement
good first issue