Allow actions to be in other directory
stockf opened this issue · 1 comments
stockf commented
Reason/Context
I have a separate repository for our global workflows to be distributed. Therefore, it does not make sense to execute the actions themselves in that repository.
Description
It would be great to be able to put the actions that are pushed to the other repositories in a directory other than .github/workflows and reference it in the action.
derberg commented
Makes a lot of sense, just make sure .github/workflows
stays default and just add a parameter to override it