Skip to content

Commit

Permalink
Support for workflow summary (#89)
Browse files Browse the repository at this point in the history
* 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 <th.saravana@gmail.com>
  • Loading branch information
yijhenlin and thsaravana authored Sep 18, 2024
1 parent 84bdc2a commit 4943c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4943c7b

Please sign in to comment.