Files
actions-setup-docker-compose/action.yml
Kengo TODA 71a073de4f fix: bump up nodejs to v16 (#379)
* fix: bump up nodejs to v16

* fix: bump up nodejs to v16
2021-12-21 14:51:24 +08:00

14 lines
331 B
YAML

name: 'Setup docker-compose'
description: 'Automate download and set up process for docker-compose command'
author: 'Kengo TODA <skypencil@gmail.com>'
inputs:
version:
required: true
description: 'the version of docker-compose command'
branding:
color: blue
icon: play
runs:
using: 'node16'
main: 'dist/index.js'