From ecece5028492695140eec90e202dffabf3755efd Mon Sep 17 00:00:00 2001 From: Maksim Shilov Date: Tue, 19 Oct 2021 11:54:31 +0300 Subject: [PATCH] Trying to fix output --- get-new-tool-versions/send-slack-notification.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-new-tool-versions/send-slack-notification.ps1 b/get-new-tool-versions/send-slack-notification.ps1 index 3c0f516..d0a6e34 100644 --- a/get-new-tool-versions/send-slack-notification.ps1 +++ b/get-new-tool-versions/send-slack-notification.ps1 @@ -25,7 +25,7 @@ param( [ValidateNotNullOrEmpty()] [System.String]$ToolName, - [System.String]$ToolVersion, + [System.Array]$ToolVersion, [System.String]$PipelineUrl, [System.String]$ImageUrl = 'https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png', [System.String]$Text