mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-31 10:47:27 +07:00
feat: allow tools path directory to be set
also add a .node-version file
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user