Remove unused params

This commit is contained in:
Yudi 2025-05-09 18:05:33 -03:00
parent b132244c46
commit 5f83349f77
No known key found for this signature in database
GPG key ID: E4743B2F033961D1

View file

@ -2,9 +2,6 @@ param(
[Parameter(Mandatory=$true)]
[string]$MatrixAssetName,
[Parameter(Mandatory=$true)]
[string]$MatrixAppPath,
[Parameter(Mandatory=$true)]
[string]$PublishDir,
@ -12,13 +9,7 @@ param(
[string]$Version,
[Parameter(Mandatory=$true)]
[string]$GitHubSha,
[Parameter(Mandatory=$true)]
[string]$GitHubRefType,
[Parameter(Mandatory=$true)]
[string]$GitHubRefName
[string]$GitHubSha
)
# Setup paths