i am trying out github actions recently and was previously using gitlab cicd.
in gitlab cicd I could have a centralize repository that contains all the gitlab cicd yaml like below:
does github actions have similar feature where I could have a centralize workflow that could be used for all app repo?