From 45e881414fce4a5bed27b5bf1d0c2f62f61a7547 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Mon, 15 Dec 2025 11:24:54 -0500 Subject: [PATCH] chore: remove invalid schema property --- supported-version/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/supported-version/action.yml b/supported-version/action.yml index 265f201..4febcd1 100644 --- a/supported-version/action.yml +++ b/supported-version/action.yml @@ -30,7 +30,6 @@ inputs: outputs: matrix: description: "The Github Actions matrix of software technologies required to run Magento." - value: ${{ steps.generate.outputs.matrix }} runs: using: "node24"