fix: add tools-dir to actions definition

This commit is contained in:
Sn0wCrack 2025-04-02 15:41:11 +11:00 committed by GitHub
parent 195ee4b392
commit e64f41c816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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