From 46b7df782f2772034012773d00b706f7014e68ce Mon Sep 17 00:00:00 2001 From: Sn0wCrack <442287+Sn0wCrack@users.noreply.github.com> Date: Wed, 2 Apr 2025 15:52:53 +1100 Subject: [PATCH] fix: location of default after backmerge --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f09b7d83..d52dda08 100644 --- a/action.yml +++ b/action.yml @@ -26,10 +26,10 @@ inputs: required: false tools: description: 'Setup popular tools globally.' - defaut: '/usr/local/bin' required: false tools-dir: description: 'Directory where all tools will be installed to.' + defaut: '/usr/local/bin' required: false outputs: php-version: