From 4943c7bf670c112db10d8c6520bc8acf920132c1 Mon Sep 17 00:00:00 2001 From: YiJhen Lin <44198696+yijhenlin@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:51:45 +0800 Subject: [PATCH] Support for workflow summary (#89) * Add summary_mode * Token is not necessary for workflow summary * Add summary_mode in action.ts * Update description for comment-type field --------- Co-authored-by: thsaravana --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c6d9151..62a745d 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: required: false default: 'false' comment-type: - description: 'Specifies where to add the comment: as a PR comment, workflow summary, or both.' + description: 'Specifies where to add the comment, whether as a PR comment, workflow summary, or both.' required: false default: 'pr_comment' options: