Compare commits

..

1 Commits
v1.4 ... v1.4.1

Author SHA1 Message Date
fengjun
476b464dd2 fix: 误删除 2024-08-29 18:03:11 +08:00

13
action.yml Normal file
View File

@@ -0,0 +1,13 @@
name: 'Setup docker-compose'
description: 'Automate download and set up process for docker-compose command'
author: 'Kengo TODA <skypencil@gmail.com>'
inputs:
version:
default: 'latest'
description: 'the version of docker-compose command'
branding:
color: blue
icon: play
runs:
using: 'node20'
main: 'dist/index.js'