Open
Description
Feature Description
I have a monorepo and while it's not necessarily "bad" to put all my actions definitions in the root of the repository, my quality of life could be so much better if we could support nesting action files anywhere within the repository, where some inferences could be made about the actions:
- only run when changes made to the nested directory
- relative paths within action are relative from nested directory
- working directory is relative to nested directory
Screenshots
No response