From 27dbb86e47d32fb4755d7754aea36bb444fc6ae1 Mon Sep 17 00:00:00 2001 From: Rimo <4203620+yizhoumo@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:16:54 +0000 Subject: [PATCH] fix action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8cd8b73..1d3601d 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ inputs: default: ${{ github.token }} # Define your outputs here. -outputs: +outputs: {} runs: using: node20