From 476b464dd2809db26c4edc8ed9c94319f9fa18b5 Mon Sep 17 00:00:00 2001 From: fengjun <879818327@qq.com> Date: Thu, 29 Aug 2024 18:03:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=AF=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..5c65b4e --- /dev/null +++ b/action.yml @@ -0,0 +1,13 @@ +name: 'Setup docker-compose' +description: 'Automate download and set up process for docker-compose command' +author: 'Kengo TODA ' +inputs: + version: + default: 'latest' + description: 'the version of docker-compose command' +branding: + color: blue + icon: play +runs: + using: 'node20' + main: 'dist/index.js'