Generate Service Matrix
Version updated for https://github.com/skyhook-io/generate-service-matrix to version v1.5.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Generate Service Matrix Action automates the creation of a deployment matrix for multi-service, multi-environment workflows in GitHub Actions. It reads repository configurations (in Skyhook or Koala formats) to produce a strategy.matrix JSON object, enabling parallel deployments across services and environments. This action streamlines deployment processes by dynamically discovering environments from local or remote repositories and merging configurations with deduplication.
Release notes
1.5.1 (2026-03-21)
Bug Fixes
- use snake_case keys for environment config YAML files (4818942)