add option to delete the previous comment and create a new one

This commit is contained in:
Jake Hiller 2020-06-23 11:45:02 -04:00
parent 7235ddcfc1
commit 2f6d0e21be
4 changed files with 49 additions and 7 deletions

View file

@ -8,6 +8,9 @@ inputs:
append:
description: "Indicate if new comment messages should be appended to previous comment message"
required: false
replace:
description: "Indicate if previous comment should be removed before creating a new comment"
required: false
message:
description: "comment message"
required: false