Add required properties in action inputs
This commit is contained in:
parent
c5513d9a78
commit
764f8c8453
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue