Skip to content

Commit 7d1f304

Browse files
authored
Merge pull request #9818 from circleci/sc-2677-correct-comment-body-type
Corrected the type of 'pipeline.event.github.comment.body' to be a String
2 parents 7569f13 + b0c23cf commit 7d1f304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/modules/ROOT/partials/pipelines-and-triggers/pipeline-values.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ d| [.nowrap]#GitHub App#
487487

488488
| `pipeline.event.github.comment.body`
489489
d| [.nowrap]#GitHub App#
490-
| Boolean
490+
| String
491491
| The pull request comment body with leading/trailing whitespace removed, if a pipeline was triggered via PR comment. For pipelines triggered in other ways, this value is undefined.
492492
| [.circle-green]#**Yes**#
493493
| [.circle-red]#**No**#

0 commit comments

Comments
 (0)