Skip to content

Commit

Permalink
[skip ci] repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Mar 29, 2024
1 parent b26e131 commit 0a9b2c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/Exclude-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ function Exclude-Package {
[Parameter(Mandatory = $true, ParameterSetName = "issue")]
[long]$issueNumber,
[Parameter(Mandatory = $true)]
[string]$title
[string]$title,
[Parameter(Mandatory = $false)]
[string]$repository
)
Write-Host "number : $issueNumber"
Write-Host "Title : $title"
Expand Down

0 comments on commit 0a9b2c1

Please sign in to comment.