From b8a676bca68e2f0fe4635463f0a49241d5a4ae4d Mon Sep 17 00:00:00 2001 From: floraachy <1622042529@qq.com> Date: Thu, 13 Mar 2025 06:14:13 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20action.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 action.yml diff --git a/action.yml b/action.yml deleted file mode 100644 index e7dbce0..0000000 --- a/action.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: '创建发行版' -description: '在指定仓库创建发行版' -author: 'GitLink' -inputs: - domain: - description: '选填,域名,默认为http://172.20.32.201:4000/' - username: - description: '必填,对需要发行版本的仓库具备管理员权限的用户' - password: - description: '必填,用户名对应的密码' - repository: - description: '选填,仓库名,格式:拥有者/仓库标识,例如:tester/test,为空则默认为当前流水线保存的仓库' - release_title: - description: '必填,发行版标题' - release_desc: - description: '选填,发行版描述' - tag_name: - description: '选填,标记,为空则自动生成' - sha: - description: '选填,分支或者sha,为空则为默认分支' -runs: - using: 'node20' - main: 'dist/index.js'