From acea7ce9cea804615d6cb036b612b25040fc2dd1 Mon Sep 17 00:00:00 2001 From: Umang Galaiya Date: Fri, 3 Jun 2022 00:42:46 +0530 Subject: [PATCH] Update inputs --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a3b8799..4e98fdb 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,8 @@ inputs: description: 'The id of the comment to update.' body: description: 'The comment body.' + file: + description: 'The path to a file that can be read as `body`. Use either `file` or `body`, but not both.' edit-mode: description: 'The mode when updating a comment, "replace" or "append".' reaction-type: @@ -25,5 +27,5 @@ runs: using: 'node16' main: 'dist/index.js' branding: - icon: 'message-square' + icon: 'message-square' color: 'gray-dark'