Skip to content

Commit b0c23cf

Browse files
committed
Corrected the type of 'pipeline.event.github.comment.body' to be a String
1 parent 7569f13 commit b0c23cf

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)