From fed85ac837c44a1224f2908a4e48d36ac8749f1f Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sun, 3 Mar 2024 16:42:14 +0530 Subject: [PATCH] feat: remove output --- action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yml b/action.yml index 5d9085e..66493c8 100644 --- a/action.yml +++ b/action.yml @@ -38,11 +38,6 @@ inputs: required: true default: '' -# Define your outputs here. -outputs: - time: - description: 'Your output description here' - runs: using: node20 main: dist/index.js