mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-19 03:26:42 +08:00
Update inputs
This commit is contained in:
parent
1fdf65a50f
commit
acea7ce9ce
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user