Earlier quoted context omitted.
If folks just had actions target make or bash scripts instead of turning actions into bash scripts none of this would be an issue. Your CI/CD and your devs should all use the same targets/commands like `make release`.
I'm actually confused and scared on how often this isn't the case? What are people doing in their actions that isn't easily doable locally?
As much as I like make it just doesn't work with the typical cloud stateless by default configs. If it works for you, your project is small enough and try to keep it this way.