Generate Service Matrix
Version updated for https://github.com/skyhook-io/generate-service-matrix to version v1.5.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Generate Service Matrix Action is a GitHub Action designed to automate the creation of a deployment matrix for multi-service, multi-environment workflows. By analyzing repository configurations, it generates a strategy.matrix JSON object for GitHub Actions, enabling parallel and efficient deployments across diverse services and environments. This action simplifies complex deployment pipelines by supporting both local and remote environment configurations, merging them with deduplication, and providing compatibility with legacy formats.
What’s Changed
1.5.2 (2026-04-01)
Bug Fixes
- upgrade GitHub Action runtime from Node.js 20 to Node.js 24 (1559540)