From e209094261ec9a2e532ef34f7d9c39a69afd8586 Mon Sep 17 00:00:00 2001 From: "kingapex@javashop.cn" Date: Tue, 9 Mar 2021 16:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_tw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_tw.yml b/install_tw.yml index df1cda0..f4c49d0 100644 --- a/install_tw.yml +++ b/install_tw.yml @@ -11,13 +11,13 @@ metadata: kind: executor #定义插件名称,必须 - name: "安装测试2222" + name: "新插件" #定义id,必须,不能有空格 id: install_tw #定义插件描述,可以为空 - desc: 安装测试222 + desc: 新插件 #定义作者名字,必须 author: javashop -- Gitee