From 8463c1f4c0f2583b28319a4952ca55171844e1b3 Mon Sep 17 00:00:00 2001 From: MaksimZhukov Date: Fri, 28 Aug 2020 12:51:16 +0300 Subject: [PATCH] Remove redundant string --- github/run-ci-builds.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/run-ci-builds.ps1 b/github/run-ci-builds.ps1 index e4b8a03..e70f485 100644 --- a/github/run-ci-builds.ps1 +++ b/github/run-ci-builds.ps1 @@ -5,7 +5,7 @@ Trigger runs on the workflow_dispatch event to build and upload tool packages .PARAMETER RepositoryFullName Required parameter. The owner and repository name. For example, 'actions/versions-package-tools' .PARAMETER AccessToken -Required parameter. PAT Token to authorize +Required parameter. PAT to authorize .PARAMETER WorkflowFileName Required parameter. The name of workflow file that will be triggered .PARAMETER WorkflowDispatchRef