Skip to content

Commit

Permalink
Add required properties in action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Sep 7, 2019
1 parent c5513d9 commit 764f8c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 764f8c8

Please sign in to comment.