Maybe we should made the action to just be able to apply a specific template by path.
That would mean remove all git logic from the apply command.
Use existing actions to find what changes has been pushed in the current push event and apply those.
Why
- To simplify the action logics
- To better predict what is going to be applied
- To provide a simpler action that can be better combined with actions on the marketplace
Maybe we should made the action to just be able to apply a specific template by path.
That would mean remove all git logic from the apply command.
Use existing actions to find what changes has been pushed in the current push event and apply those.
Why