From d0929a30d80b4526f6863c88e6aaae83536c77ee Mon Sep 17 00:00:00 2001 From: achi Date: Fri, 17 Jan 2025 15:53:15 +1000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B0=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D1=8B?= =?UTF-8?q?=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Handle-PullRequestComment.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handle-PullRequestComment.ps1 b/Handle-PullRequestComment.ps1 index 519efc2..cb7dc3a 100644 --- a/Handle-PullRequestComment.ps1 +++ b/Handle-PullRequestComment.ps1 @@ -1,7 +1,7 @@ param( [Parameter(Mandatory=$true)] [string] $teamCityToken, [Parameter(Mandatory=$true)] [string] $branch, - [Parameter] [string] $web + [Parameter(Mandatory=$false)] [string] $web ) $scriptDir = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent