The chick-fil-a/cf-merger-action
action is used to combine multiple CloudFormation template files into one template file. Currently, it only works for yaml format.
This action can be run on any GitHub hosted runners or self-hosted runners.
steps:
- uses: chick-fil-a/cf-merger-action@v1
with:
folder: ./my-policy-files
output-file: merged.yaml
Please see details in action.yaml
Check out our contributing guidelines