From 5664bd740c02e02e23297a3035d4fb80b0655221 Mon Sep 17 00:00:00 2001 From: Gonzalo Javier Aune Date: Fri, 16 Aug 2024 09:58:09 +0100 Subject: [PATCH] fixed descriptions --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f39d040..59ad573 100644 --- a/action.yml +++ b/action.yml @@ -26,8 +26,10 @@ inputs: # Define your outputs here. outputs: - message: 'Response from the bot' - success: true + message: + descriptipon: 'Response from the bot' + success: + description: 'If the call was successful or not' runs: using: node20