Is it possible to keep GH Actions workflow configuration externally?
Why?
In some organizations like https://github.com/metanorma or https://github.com/relaton there is a lot of ruby gem which mostly has the same configuration (there are 6-7 unique workflows across ~100 repositories)
And when we need to update CI we need manually update some workflow in all affected repositories.
For now, we automated this step, but I just wondering:
Is there a possibility to use an external workflow file (which outside current repo) or refer somehow external workflow file?
Thanks
UPD1
GitLab CI has such feature https://docs.gitlab.com/ee/ci/yaml/#include