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

feat: add support for repo_name workflow dispatch input #29

Closed derberg closed 2 years ago

derberg commented 2 years ago

You can now create workflow with workflow_dispatch event trigger where you can specify a name of the repo that this workflow should run against. This is useful for use cases when you need to run workflow against a single repository.