feat: make version input required

This commit is contained in:
Kengo TODA
2020-08-28 19:26:53 +08:00
parent 4f030de5a5
commit 52b82a3e33

View File

@@ -3,9 +3,8 @@ description: 'Automate download and set up process for docker-compose command'
author: 'Kengo TODA <skypencil@gmail.com>' author: 'Kengo TODA <skypencil@gmail.com>'
inputs: inputs:
version: version:
required: false required: true
description: 'the version of docker-compose command' description: 'the version of docker-compose command'
default: '1.26.2'
runs: runs:
using: 'node12' using: 'node12'
main: 'dist/index.js' main: 'dist/index.js'