Dmitry Nefedov
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
.github/workflows/Badge_downloads.yml
|
|
|
@ -61,6 +61,8 @@ jobs: |
|
|
|
} |
|
|
|
$SourceForge = (Invoke-RestMethod @Parameters).total |
|
|
|
|
|
|
|
Write-Verbose -Message ($Allpages + $SourceForge) -Verbose |
|
|
|
|
|
|
|
$Summary = "{0:N3} Million" -f (($Allpages + $SourceForge)/1000000) |
|
|
|
Write-Verbose -Message $Summary -Verbose |
|
|
|
|
|
|
|
|