update description

This commit is contained in:
marocchino 2021-02-25 16:39:39 +09:00
parent fa221d0b75
commit 78e3496c31
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
2 changed files with 35 additions and 44 deletions

View file

@ -3,13 +3,16 @@ description: "Create comment on pull request, if exists update that comment."
author: "marocchino"
inputs:
header:
description: "Header to determine if the comment is to be updated, not shown on screen"
description: "Header to determine if the comment is to be updated, not shown on screen. It can be used when you want to add multiple comments independently at the same time."
required: false
append:
description: "Indicate if new comment messages should be appended to previous comment message"
description: "Indicate if new comment messages should be appended to previous comment message. Only `true` is allowed. Just skip this item when you don't need it."
required: false
recreate:
description: "Indicate if previous comment should be removed before creating a new comment"
description: "Indicate if previous comment should be removed before creating a new comment. Only `true` is allowed. Just skip this item when you don't need it."
required: false
delete:
description: "delete the previously created comment. Only `true` is allowed. Just skip this item when you don't need it."
required: false
message:
description: "comment message"
@ -20,9 +23,6 @@ inputs:
number:
description: "pull request number for push event"
required: false
delete:
description: "delete the previously created comment"
required: false
repo:
description: "other repo url limited use on github enterprise. If not set, the current repo is used by default. Note that When you trying changing a repo, be aware that GITHUB_TOKEN should also use that repo's."
required: false