Update inputs

This commit is contained in:
Umang Galaiya 2022-06-03 00:42:46 +05:30
parent 1fdf65a50f
commit acea7ce9ce

View File

@ -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'