From 4c5fbf7dddc3c4c5d2e5edf5288849085c0c0c5e Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Sat, 18 May 2024 20:52:23 +0200 Subject: [PATCH] Emit installed version, not detected. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1055633..33a265f 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: outputs: php_version: - description: "The PHP version detected from composer.json" + description: "The PHP version that was installed, influenced by composer.json" value: ${{ steps.emit-php-detected.outputs.php_version }} runs: