You can see the full changelog here.
Added:
- (BREAKING?) Multiple git commands: support JSON/YAML arrays for the
add
andremove
parameters (you still need pass a string as input, but that can be parsed to an array by the action). Using them will run multiple commands in succession. I don't think this will be really breaking anything, but I've used a major version change just to be sure. There's more info about this stuff on the README. (issue #95)