feat: make version input required
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user