The version gets rid of find
commands and path
/pattern
options: now the action uses git add
and git rm
commands, and you can directly choose the arguments with the add
/remove
options.
This version also changes the error handling: if one of the git
commands fails the action will not stop. That means that if your git add
pathspec doesn't match any file the action can still run the git rm
command and vice versa.