derberg / manage-files-in-multiple-repositories

GitHub Action that introduces support for global workflows. Global workflows are the one you update in just one repo and they are automatically updated in other repositories.
MIT License
51 stars 18 forks source link

Allow actions to be in other directory #25

Closed stockf closed 2 years ago

stockf commented 2 years ago

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 2 years ago

Makes a lot of sense, just make sure .github/workflows stays default and just add a parameter to override it