feat: allow tools path directory to be set

also add a .node-version file
This commit is contained in:
Sn0wCrack
2025-04-07 10:59:10 +10:00
committed by Shivam Mathur
parent 42a9487ddd
commit 310e481b83
5 changed files with 7 additions and 2 deletions

View File

@ -27,6 +27,10 @@ inputs:
tools:
description: 'Setup popular tools globally.'
required: false
tools-dir:
description: 'Directory where all tools will be installed to.'
defaut: '/usr/local/bin'
required: false
outputs:
php-version:
description: 'PHP version in semver format'