Skip to content

Commit c97ad23

Browse files
make switch optional
1 parent cd7235b commit c97ad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-runner-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ param (
1717
[Parameter(Mandatory = $false)]
1818
[string]$RunnerLabels = "",
1919

20-
[Parameter(Mandatory = $true)]
20+
[Parameter(Mandatory = $false)]
2121
[switch]$SetupRemotePowershell
2222
)
2323

0 commit comments

Comments
 (0)