As of now, you can use git worktrees by creating the worktree, running add-and-commit in that directory using the cwd input, and then deleting that worktree.
It would be useful if there was an input that allowed the action to create, use, and remove the worktree all by itself.
As of now, you can use git worktrees by creating the worktree, running
add-and-commitin that directory using thecwdinput, and then deleting that worktree.It would be useful if there was an input that allowed the action to create, use, and remove the worktree all by itself.