mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Add required properties in action inputs
This commit is contained in:
parent
c5513d9a78
commit
764f8c8453
@ -7,8 +7,10 @@ branding:
|
|||||||
inputs:
|
inputs:
|
||||||
php-version:
|
php-version:
|
||||||
description: 'PHP version to be installed.'
|
description: 'PHP version to be installed.'
|
||||||
|
required: true
|
||||||
extension-csv:
|
extension-csv:
|
||||||
description: '(Optional) Comma seperated list of PHP extensions to be installed.'
|
description: '(Optional) Comma seperated list of PHP extensions to be installed.'
|
||||||
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'lib/install.js'
|
main: 'lib/install.js'
|
||||||
|
Loading…
Reference in New Issue
Block a user