2020-08-27 20:39:35 +08:00
|
|
|
name: 'Setup docker-compose'
|
|
|
|
|
description: 'Automate download and set up process for docker-compose command'
|
|
|
|
|
author: 'Kengo TODA <skypencil@gmail.com>'
|
2020-08-27 11:53:14 +08:00
|
|
|
inputs:
|
2020-08-27 20:39:35 +08:00
|
|
|
version:
|
2020-08-28 19:26:53 +08:00
|
|
|
required: true
|
2020-08-27 20:39:35 +08:00
|
|
|
description: 'the version of docker-compose command'
|
2020-08-27 11:53:14 +08:00
|
|
|
runs:
|
|
|
|
|
using: 'node12'
|
|
|
|
|
main: 'dist/index.js'
|