mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
fix(supported-version)!: default include_services to true (#215)
BREAKING CHANGE: `include_services` now defaults to `true`. Callers that strictly validate the matrix schema and do not expect a `services` key must explicitly pass `include_services: false`. Closes #214
This commit is contained in:
@@ -24,7 +24,7 @@ inputs:
|
|||||||
|
|
||||||
include_services:
|
include_services:
|
||||||
required: false
|
required: false
|
||||||
default: "false"
|
default: "true"
|
||||||
description: "Whether to include a `services` key in each matrix entry with GitHub Actions service configurations."
|
description: "Whether to include a `services` key in each matrix entry with GitHub Actions service configurations."
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user