Dmitry Nefedov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Scripts/cloc.ps1
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
|
$Parameters = @{ |
|
|
$Parameters = @{ |
|
|
Uri = "https://api.github.com/repos/AlDanial/cloc/releases/latest" |
|
|
Uri = "https://api.github.com/repos/AlDanial/cloc/releases/latest" |
|
|
Authentication = "Bearer ${{ secrets.GITHUB_TOKEN }}" |
|
|
Authentication = "Bearer `${{ secrets.GITHUB_TOKEN }}" |
|
|
UseBasicParsing = $true |
|
|
UseBasicParsing = $true |
|
|
Verbose = $true |
|
|
Verbose = $true |
|
|
} |
|
|
} |
|
|