From 86d98713721159658920249f321991fd36e2db64 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Fri, 22 Mar 2024 10:34:26 +0800 Subject: [PATCH] feat: release version --- action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/action.yml b/action.yml index e7ef3a7..7c9e461 100644 --- a/action.yml +++ b/action.yml @@ -1,10 +1,6 @@ name: 'Type Check' description: 'Detects the language of comments in your code and checks types.' -author: 'Your Name' -inputs: - # You can define inputs here, but it seems your action doesn't require any user-defined inputs. -outputs: - # If your action produces outputs, define them here. +author: 'cubxxw' runs: using: 'composite' steps: