Browse Source

Update cloc.ps1

pull/437/head
Dmitry Nefedov 1 year ago
committed by GitHub
parent
commit
91fd7b9238
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Scripts/cloc.ps1

2
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
}

Loading…
Cancel
Save