feat(get-magento-version): emit supported-version project name as an output

This commit is contained in:
Damien Retzinger
2026-05-25 09:26:33 -04:00
parent 863444afbd
commit 1ea5a10ef6
3 changed files with 32 additions and 14 deletions
+3
View File
@@ -15,6 +15,9 @@ outputs:
project:
description: 'The Magento project package name (e.g. magento/project-community-edition)'
value: ${{ steps.get-magento-version.outputs.project }}
supported_version_project:
description: 'The `project` value to pass to the supported-version action (e.g. `magento-open-source`, `mage-os`, `mage-os-minimal`). Empty when no Magento project is detected.'
value: ${{ steps.get-magento-version.outputs.supported_version_project }}
runs:
using: "composite"