Browse Source

Update Badge_downloads.yml

main
Dmitry Nefedov 3 weeks ago
committed by GitHub
parent
commit
c335867b89
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/Badge_downloads.yml

2
.github/workflows/Badge_downloads.yml

@ -61,6 +61,8 @@ jobs:
} }
$SourceForge = (Invoke-RestMethod @Parameters).total $SourceForge = (Invoke-RestMethod @Parameters).total
Write-Verbose -Message ($Allpages + $SourceForge) -Verbose
$Summary = "{0:N3} Million" -f (($Allpages + $SourceForge)/1000000) $Summary = "{0:N3} Million" -f (($Allpages + $SourceForge)/1000000)
Write-Verbose -Message $Summary -Verbose Write-Verbose -Message $Summary -Verbose

Loading…
Cancel
Save