mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-11 18:36:45 +02:00
Remove unused params
This commit is contained in:
parent
b132244c46
commit
5f83349f77
1 changed files with 1 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue