From 6721c569ed8c26b7284009b61672ed0856307f4a Mon Sep 17 00:00:00 2001 From: Tomoya Kashifuku Date: Sun, 17 Mar 2024 14:52:41 +0900 Subject: [PATCH] remove unused lines --- action.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/action.yml b/action.yml index a79f798..a601368 100644 --- a/action.yml +++ b/action.yml @@ -2,12 +2,6 @@ name: 'The name of your action here' description: 'Provide a description here' author: 'Your name or organization here' -# Add your action's branding here. This will appear on the GitHub Marketplace. -branding: - icon: 'heart' - color: 'red' - -# Define your inputs here. inputs: github_token: description: 'a github access token' @@ -26,11 +20,6 @@ inputs: required: true default: 25 -# Define your outputs here. -outputs: - time: - description: 'Your output description here' - runs: using: node20 main: dist/index.js