From e64f41c816a892169995f1051e72aab883f87ab2 Mon Sep 17 00:00:00 2001 From: Sn0wCrack <442287+Sn0wCrack@users.noreply.github.com> Date: Wed, 2 Apr 2025 15:41:11 +1100 Subject: [PATCH] fix: add tools-dir to actions definition --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 357b9c13..c51544e9 100644 --- a/action.yml +++ b/action.yml @@ -27,6 +27,9 @@ inputs: tools: description: 'Setup popular tools globally.' required: false + tools-dir: + description: 'Directory where all tools will be installed to.' + required: false outputs: php-version: description: 'PHP version in semver format'