From 91fd7b923813e60fa462ce40f21f9e55542c01ad Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 8 Jan 2023 18:12:07 +0300 Subject: [PATCH] Update cloc.ps1 --- Scripts/cloc.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/cloc.ps1 b/Scripts/cloc.ps1 index 05615f9f..caab7387 100644 --- a/Scripts/cloc.ps1 +++ b/Scripts/cloc.ps1 @@ -3,7 +3,7 @@ $Parameters = @{ Uri = "https://api.github.com/repos/AlDanial/cloc/releases/latest" - Authentication = "Bearer ${{ secrets.GITHUB_TOKEN }}" + Authentication = "Bearer `${{ secrets.GITHUB_TOKEN }}" UseBasicParsing = $true Verbose = $true }