From b673daf32fcf0dcd234c18b7324bdfa484f68f6d Mon Sep 17 00:00:00 2001
From: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
Date: Tue, 18 Jul 2023 22:24:04 +0800
Subject: [PATCH] remove outputs

---
 action.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/action.yml b/action.yml
index c649d90..d82492a 100644
--- a/action.yml
+++ b/action.yml
@@ -15,8 +15,6 @@ inputs:
     description: "attic token"
     required: false
 
-outputs:
-
 runs:
   using: "node16"
   main: "dist/index.js"