Skip to content

Commit e174c3b

Browse files
authored
fix: avoid validation error when issue body is empty (#80)
1 parent 63f20ef commit e174c3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Action/Issue/Extraction.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function Show-ExtractionHelpDoc {
7575
[Parameter(Mandatory = $true)]
7676
[Int] $IssueID,
7777
[Parameter(Mandatory = $true)]
78+
[AllowEmptyString()]
7879
[string] $IssueBody
7980
)
8081

0 commit comments

Comments
 (0)