Add required properties in action inputs
This commit is contained in:
parent
c5513d9a78
commit
dae5d00d41
1 changed files with 2 additions and 0 deletions
|
|
@ -7,8 +7,10 @@ branding:
|
|||
inputs:
|
||||
php-version:
|
||||
description: 'PHP version to be installed.'
|
||||
required: true
|
||||
extension-csv:
|
||||
description: '(Optional) Comma seperated list of PHP extensions to be installed.'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/install.js'
|
||||
|
|
|
|||
Loading…
Reference in a new issue