Skip to content

Commit

Permalink
Update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Umang Galaiya committed Jun 2, 2022
1 parent 1fdf65a commit acea7ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -25,5 +27,5 @@ runs:
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'message-square'
icon: 'message-square'
color: 'gray-dark'

0 comments on commit acea7ce

Please sign in to comment.