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