fix: 编译 删除自动构建

This commit is contained in:
fengjun
2024-08-29 17:57:07 +08:00
parent 0816181586
commit 7af9e21506
9 changed files with 67 additions and 316 deletions

View File

@@ -1,13 +0,0 @@
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'